Return-Path: X-Original-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Delivered-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 71F4D18DB3 for ; Thu, 3 Dec 2015 16:42:59 +0000 (UTC) Received: (qmail 70974 invoked by uid 500); 3 Dec 2015 16:42:59 -0000 Delivered-To: apmail-tinkerpop-commits-archive@tinkerpop.apache.org Received: (qmail 70950 invoked by uid 500); 3 Dec 2015 16:42:59 -0000 Mailing-List: contact commits-help@tinkerpop.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.incubator.apache.org Delivered-To: mailing list commits@tinkerpop.incubator.apache.org Received: (qmail 70941 invoked by uid 99); 3 Dec 2015 16:42:59 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 16:42:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id ECE9D180A59 for ; Thu, 3 Dec 2015 16:42:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.226 X-Spam-Level: * X-Spam-Status: No, score=1.226 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 1XY8xhiO1okD for ; Thu, 3 Dec 2015 16:42:58 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 01F9C30E21 for ; Thu, 3 Dec 2015 16:42:57 +0000 (UTC) Received: (qmail 70877 invoked by uid 99); 3 Dec 2015 16:42:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 16:42:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B11DAE6819; Thu, 3 Dec 2015 16:42:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: okram@apache.org To: commits@tinkerpop.incubator.apache.org Date: Thu, 03 Dec 2015 16:43:24 -0000 Message-Id: <9fe27c55ea37405db682801a30baf7e1@git.apache.org> In-Reply-To: <7ddfc1cac2064448b504bfb82908f6f4@git.apache.org> References: <7ddfc1cac2064448b504bfb82908f6f4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [28/50] incubator-tinkerpop git commit: remove unused import remove unused import Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/ff70cc86 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/ff70cc86 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/ff70cc86 Branch: refs/heads/TINKERPOP3-982 Commit: ff70cc860e74d0f81c7f120173b059563bc0ea43 Parents: 8b4f53c Author: pieter Authored: Mon Nov 30 22:28:04 2015 +0200 Committer: pieter Committed: Mon Nov 30 22:28:04 2015 +0200 ---------------------------------------------------------------------- .../gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/ff70cc86/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy ---------------------------------------------------------------------- diff --git a/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy b/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy index e9d992c..c32d1d2 100644 --- a/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy +++ b/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/loaders/SugarLoaderPerformanceTest.groovy @@ -26,7 +26,6 @@ import com.carrotsearch.junitbenchmarks.annotation.BenchmarkMethodChart import com.carrotsearch.junitbenchmarks.annotation.LabelType import org.apache.tinkerpop.gremlin.AbstractGremlinTest import org.apache.tinkerpop.gremlin.LoadGraphWith -import org.apache.tinkerpop.gremlin.structure.Vertex import org.junit.FixMethodOrder import org.junit.Rule import org.junit.Test