You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/03/24 16:20:50 UTC

[03/18] git commit: Fixing annotation compile error.

Fixing annotation compile error.


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/5d5ee394
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/5d5ee394
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/5d5ee394

Branch: refs/heads/hystrix-integration
Commit: 5d5ee39466ec83bcfce1170537672f4e5ba6e96a
Parents: 6b7ffbe
Author: Dave Johnson <dm...@apigee.com>
Authored: Thu Mar 20 13:49:36 2014 -0400
Committer: Dave Johnson <dm...@apigee.com>
Committed: Thu Mar 20 13:49:36 2014 -0400

----------------------------------------------------------------------
 .../apache/usergrid/persistence/index/impl/CorePerformanceIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/5d5ee394/stack/corepersistence/queryindex/src/test/java/org/apache/usergrid/persistence/index/impl/CorePerformanceIT.java
----------------------------------------------------------------------
diff --git a/stack/corepersistence/queryindex/src/test/java/org/apache/usergrid/persistence/index/impl/CorePerformanceIT.java b/stack/corepersistence/queryindex/src/test/java/org/apache/usergrid/persistence/index/impl/CorePerformanceIT.java
index 0008304..827e917 100644
--- a/stack/corepersistence/queryindex/src/test/java/org/apache/usergrid/persistence/index/impl/CorePerformanceIT.java
+++ b/stack/corepersistence/queryindex/src/test/java/org/apache/usergrid/persistence/index/impl/CorePerformanceIT.java
@@ -73,7 +73,7 @@ public class CorePerformanceIT {
 
     @Ignore
     @Test
-    public void loadAndReadData( String[] args ) throws IOException, InterruptedException {
+    public void loadAndReadData() throws IOException, InterruptedException {
 
         ConfigurationManager.loadCascadedPropertiesFromResources( "usergrid" );
         Injector injector = Guice.createInjector( new TestIndexModule() );