File tree 1 file changed +3
-15
lines changed 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -15,26 +15,14 @@ h3. Version 2.4.0 (NOT OFFICIALLY RELEASED YET)
15
15
</dependency>
16
16
```
17
17
18
- * Framing a null element returns null
19
- * Fixed NPE when enum property type set to null
18
+ * Framing a @ null@ element returns @ null@
19
+ * Fixed @NullPointerException@ when enum property type set to @ null@
20
20
* Inheritance/Poymorphism support
21
21
* Factory/Module support
22
22
* Fix detection of parameterized return types
23
23
* @AdjacencyAnnotationHandler@ operates against the graph being framed rather than the base graph
24
24
* @FramedTransactionalGraph@ support
25
- * Support subclassing in @FramedGraphFactory@
26
- ==<hr/>==
27
-
28
- h3. Version 2.3.2 (NOT OFFICIALLY RELEASED YET)
29
-
30
- ```xml
31
- <dependency>
32
- <groupId>com.tinkerpop</groupId>
33
- <artifactId>frames</artifactId>
34
- <version>2.3.2</version>
35
- </dependency>
36
- ```
37
-
25
+ * Support for subclassing in @FramedGraphFactory@
38
26
* @GremlinGroovyAnnotationHandler@ provides access to the underlying @GremlinGroovyScriptEngine@
39
27
* Fixed a sort order bug in @FrameVertexMap@ (using @LinkedHashSet@ now)
40
28
You can’t perform that action at this time.
0 commit comments