You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2015/03/31 19:20:18 UTC

incubator-usergrid git commit: separate calls

Repository: incubator-usergrid
Updated Branches:
  refs/heads/USERGRID-526 [created] 04058383e


separate calls


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

Branch: refs/heads/USERGRID-526
Commit: 04058383e0b0e8724456d514f2dac0a5d2af61ce
Parents: c1643a7
Author: Shawn Feldman <sf...@apache.org>
Authored: Mon Mar 30 17:49:28 2015 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Mon Mar 30 17:49:28 2015 -0600

----------------------------------------------------------------------
 .../org/apache/usergrid/corepersistence/CpEntityManagerFactory.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/04058383/stack/core/src/main/java/org/apache/usergrid/corepersistence/CpEntityManagerFactory.java
----------------------------------------------------------------------
diff --git a/stack/core/src/main/java/org/apache/usergrid/corepersistence/CpEntityManagerFactory.java b/stack/core/src/main/java/org/apache/usergrid/corepersistence/CpEntityManagerFactory.java
index c613e44..1505d1b 100644
--- a/stack/core/src/main/java/org/apache/usergrid/corepersistence/CpEntityManagerFactory.java
+++ b/stack/core/src/main/java/org/apache/usergrid/corepersistence/CpEntityManagerFactory.java
@@ -156,7 +156,6 @@ public class CpEntityManagerFactory implements EntityManagerFactory, Application
                 em.getApplication();
             }
 
-            entityIndex.initialize();
             entityIndex.refresh();
 
         } catch (Exception ex) {