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 2015/07/10 15:37:43 UTC

[37/50] [abbrv] incubator-usergrid git commit: Cleaned-up values call.

Cleaned-up values call.


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

Branch: refs/heads/two-dot-o-import
Commit: ade2ece8671a753fffd5f8fa682a926d9febd325
Parents: 70d0d60
Author: GERey <gr...@apigee.com>
Authored: Thu Jun 11 15:28:30 2015 -0700
Committer: GERey <gr...@apigee.com>
Committed: Thu Jun 11 15:28:30 2015 -0700

----------------------------------------------------------------------
 .../java/org/apache/usergrid/security/shiro/utils/SubjectUtils.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/ade2ece8/stack/services/src/main/java/org/apache/usergrid/security/shiro/utils/SubjectUtils.java
----------------------------------------------------------------------
diff --git a/stack/services/src/main/java/org/apache/usergrid/security/shiro/utils/SubjectUtils.java b/stack/services/src/main/java/org/apache/usergrid/security/shiro/utils/SubjectUtils.java
index 29b1867..b0b10a7 100644
--- a/stack/services/src/main/java/org/apache/usergrid/security/shiro/utils/SubjectUtils.java
+++ b/stack/services/src/main/java/org/apache/usergrid/security/shiro/utils/SubjectUtils.java
@@ -243,7 +243,6 @@ public class SubjectUtils {
         String applicationName = null;
         UUID applicationId = null;
         BiMap<UUID, String> applications = getApplications();
-        Set<String> values= applications.values();
 
         if ( applications == null ) {
             return null;