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/08/22 16:16:21 UTC

[85/95] [abbrv] git commit: changes for connections

changes for connections


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

Branch: refs/heads/import-feature
Commit: d4fb25be0ac7e11ca765d4b990c22e7cc0c7e310
Parents: f49a53f
Author: Harish Rajagopal <hr...@apigee.com>
Authored: Tue Aug 5 13:13:50 2014 -0700
Committer: Harish Rajagopal <hr...@apigee.com>
Committed: Tue Aug 5 13:13:50 2014 -0700

----------------------------------------------------------------------
 .../org/apache/usergrid/management/importUG/ImportServiceImpl.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/d4fb25be/stack/services/src/main/java/org/apache/usergrid/management/importUG/ImportServiceImpl.java
----------------------------------------------------------------------
diff --git a/stack/services/src/main/java/org/apache/usergrid/management/importUG/ImportServiceImpl.java b/stack/services/src/main/java/org/apache/usergrid/management/importUG/ImportServiceImpl.java
index 2e77cf2..901b396 100644
--- a/stack/services/src/main/java/org/apache/usergrid/management/importUG/ImportServiceImpl.java
+++ b/stack/services/src/main/java/org/apache/usergrid/management/importUG/ImportServiceImpl.java
@@ -704,7 +704,7 @@ public class ImportServiceImpl implements ImportService {
                                 while (jp.nextToken() != JsonToken.END_ARRAY) {
                                     String entryId = jp.getText();
 
-                                    EntityRef entryRef = new SimpleEntityRef(UUID.fromString(entityUuid));
+                                    EntityRef entryRef = new SimpleEntityRef(UUID.fromString(entryId));
                                     entityWrapper = new ConnectionEvent(ownerEntityRef, connectionType, entryRef);
                                     subscriber.onNext(entityWrapper);
                                     subscriber.onCompleted();