Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eparejatobes committed May 22, 2016
1 parent ab3a111 commit 6466a38
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/bio4j/angulillos/TypedEdgeIndex.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ interface NonUnique <
/* get a list of nodes by providing a value of the indexed property. */
default Stream<E> getEdges(X byValue) { return getElements(byValue); }
}


}
1 change: 0 additions & 1 deletion src/main/java/com/bio4j/angulillos/TypedVertexIndex.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ interface NonUnique <
/* get a list of vertices by providing a value of the property. The default */
default Stream<V> getVertices(X byValue) { return getElements(byValue); }
}

}
2 changes: 2 additions & 0 deletions src/main/java/com/bio4j/angulillos/TypedVertexQuery.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
## Vertex queries
This two interfaces are the typed version of Blueprints `VertexQuery`. Given a node, we can use this for querying relationships of a given type in or out of that node.
**IMPORTANT** Ignored in build. Needs update.
*/
public interface VertexQueryOut <
// vertex
Expand Down

0 comments on commit 6466a38

Please sign in to comment.