You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/07/04 07:55:49 UTC

[2/2] syncope git commit: [SYNCOPE-1141] Fix checkstyle

[SYNCOPE-1141] Fix checkstyle


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

Branch: refs/heads/master
Commit: bbcfc41e012796023b4920151529abffaa942812
Parents: 631740d
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Jul 4 09:55:10 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Jul 4 09:55:21 2017 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/syncope/common/lib/info/NumbersInfo.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/bbcfc41e/common/lib/src/main/java/org/apache/syncope/common/lib/info/NumbersInfo.java
----------------------------------------------------------------------
diff --git a/common/lib/src/main/java/org/apache/syncope/common/lib/info/NumbersInfo.java b/common/lib/src/main/java/org/apache/syncope/common/lib/info/NumbersInfo.java
index d53025c..6176b95 100644
--- a/common/lib/src/main/java/org/apache/syncope/common/lib/info/NumbersInfo.java
+++ b/common/lib/src/main/java/org/apache/syncope/common/lib/info/NumbersInfo.java
@@ -37,7 +37,7 @@ public class NumbersInfo extends AbstractBaseBean {
 
     @XmlEnum
     @XmlType(name = "confItem")
-    public static enum ConfItem {
+    public enum ConfItem {
 
         RESOURCE(20),
         ACCOUNT_POLICY(10),