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/13 19:22:47 UTC

[26/43] incubator-tinkerpop git commit: Remove unused import from TinkerGraph.

Remove unused import from TinkerGraph.


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

Branch: refs/heads/master
Commit: 866f6e9d81baaddde33839f79609669cc5720508
Parents: fb7ee1a
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Apr 10 09:59:13 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Apr 10 09:59:13 2015 -0400

----------------------------------------------------------------------
 .../apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/866f6e9d/tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java
----------------------------------------------------------------------
diff --git a/tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java b/tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java
index 9cc7501..1fc00ae 100644
--- a/tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java
+++ b/tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java
@@ -43,7 +43,6 @@ import java.util.Set;
 import java.util.UUID;
 import java.util.concurrent.ConcurrentHashMap;
 import java.util.concurrent.atomic.AtomicLong;
-import java.util.function.UnaryOperator;
 import java.util.stream.Stream;
 
 /**