You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by ma...@apache.org on 2015/10/28 17:27:30 UTC

syncope git commit: unused import

Repository: syncope
Updated Branches:
  refs/heads/master 3c36fe10e -> 1ebc0bcd0


unused import


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/1ebc0bcd
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/1ebc0bcd
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/1ebc0bcd

Branch: refs/heads/master
Commit: 1ebc0bcd0c61a7b7d41de3d28ee3a718a78ebe8f
Parents: 3c36fe1
Author: massi <ma...@tirasa.net>
Authored: Wed Oct 28 17:27:10 2015 +0100
Committer: massi <ma...@tirasa.net>
Committed: Wed Oct 28 17:27:10 2015 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/syncope/common/lib/types/Entitlement.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/1ebc0bcd/common/lib/src/main/java/org/apache/syncope/common/lib/types/Entitlement.java
----------------------------------------------------------------------
diff --git a/common/lib/src/main/java/org/apache/syncope/common/lib/types/Entitlement.java b/common/lib/src/main/java/org/apache/syncope/common/lib/types/Entitlement.java
index 746a95b..6587d1d 100644
--- a/common/lib/src/main/java/org/apache/syncope/common/lib/types/Entitlement.java
+++ b/common/lib/src/main/java/org/apache/syncope/common/lib/types/Entitlement.java
@@ -21,7 +21,6 @@ package org.apache.syncope.common.lib.types;
 import java.lang.reflect.Field;
 import java.lang.reflect.Modifier;
 import java.util.Collections;
-import java.util.HashSet;
 import java.util.Set;
 import java.util.TreeSet;