You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/04/09 16:12:07 UTC

[10/15] incubator-tinkerpop git commit: If an ID does not exist use an incrementing Long.

If an ID does not exist use an incrementing Long.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/19ca8b69
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/19ca8b69
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/19ca8b69

Branch: refs/heads/TINKERPOP3-581
Commit: 19ca8b6951536a79f38bbe8cab80e1dd154d5de1
Parents: 11dbf0c
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Wed Apr 8 13:40:41 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed Apr 8 13:40:41 2015 -0600

----------------------------------------------------------------------
 .../org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/19ca8b69/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.java
index 84e59e3..a153d7f 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.java
+++ b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/util/star/StarGraph.java
@@ -46,7 +46,6 @@ import java.util.Iterator;
 import java.util.List;
 import java.util.Map;
 import java.util.NoSuchElementException;
-import java.util.Random;
 import java.util.stream.Stream;
 
 /**