File tree 1 file changed +3
-3
lines changed
src/main/java/com/tinkerpop/frames 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ public FramedGraph(final T baseGraph) {
83
83
* @param <F>
84
84
* the default type of the annotated interface
85
85
* @return a proxy objects backed by a vertex and interpreted from the
86
- * perspective of the annotate interface
86
+ * perspective of the annotate interface or null if the vertex parameter was null
87
87
*/
88
88
public <F > F frame (final Vertex vertex , final Class <F > kind ) {
89
89
if (vertex == null ) {
@@ -114,8 +114,8 @@ public <F> F frame(final Vertex vertex, final Class<F> kind) {
114
114
* the default annotated interface to frame the edges as
115
115
* @param <F>
116
116
* the default type of the annotated interface
117
- * @return an iterable of proxy objects backed by an edge and interpreted
118
- * from the perspective of the annotate interface
117
+ * @return a proxy objects backed by an edge and interpreted from the
118
+ * perspective of the annotate interface or null if the edge paramenter was null
119
119
*/
120
120
public <F > F frame (final Edge edge , final Direction direction ,
121
121
final Class <F > kind ) {
You can’t perform that action at this time.
0 commit comments