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/08/20 22:15:42 UTC

[2/8] incubator-tinkerpop git commit: Cleanup imports.

Cleanup imports.


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

Branch: refs/heads/master
Commit: 8ab99e69be008d2bb402aa7872ad6b103ce4c49a
Parents: 8a6db7d
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Aug 19 11:44:28 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Aug 19 11:44:28 2015 -0400

----------------------------------------------------------------------
 .../tinkerpop/gremlin/console/commands/InstallCommand.groovy     | 4 ----
 .../tinkerpop/gremlin/console/plugin/GephiRemoteAcceptor.groovy  | 1 -
 2 files changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8ab99e69/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/commands/InstallCommand.groovy
----------------------------------------------------------------------
diff --git a/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/commands/InstallCommand.groovy b/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/commands/InstallCommand.groovy
index 6489475..a2efe2a 100644
--- a/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/commands/InstallCommand.groovy
+++ b/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/commands/InstallCommand.groovy
@@ -27,10 +27,6 @@ import org.apache.tinkerpop.gremlin.groovy.util.DependencyGrabber
 import org.codehaus.groovy.tools.shell.CommandSupport
 import org.codehaus.groovy.tools.shell.Groovysh
 
-import java.nio.file.*
-import java.util.jar.JarFile
-import java.util.jar.Manifest
-
 /**
  * Install a dependency into the console.
  *

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8ab99e69/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/plugin/GephiRemoteAcceptor.groovy
----------------------------------------------------------------------
diff --git a/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/plugin/GephiRemoteAcceptor.groovy b/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/plugin/GephiRemoteAcceptor.groovy
index a4c9ef4..69dfcda 100644
--- a/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/plugin/GephiRemoteAcceptor.groovy
+++ b/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/plugin/GephiRemoteAcceptor.groovy
@@ -22,7 +22,6 @@ import groovy.transform.CompileStatic
 import org.apache.tinkerpop.gremlin.groovy.plugin.RemoteAcceptor
 import org.apache.tinkerpop.gremlin.groovy.plugin.RemoteException
 import org.apache.tinkerpop.gremlin.process.traversal.Traversal
-import org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
 import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 import org.apache.tinkerpop.gremlin.structure.Edge
 import org.apache.tinkerpop.gremlin.structure.Graph