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 2014/06/27 11:08:06 UTC

svn commit: r1605995 - /syncope/branches/1_1_X/core/src/main/java/org/apache/syncope/core/persistence/beans/user/SyncopeUser.java

Author: ilgrosso
Date: Fri Jun 27 09:08:05 2014
New Revision: 1605995

URL: http://svn.apache.org/r1605995
Log:
Useless field discovered in SyncopeUser

Modified:
    syncope/branches/1_1_X/core/src/main/java/org/apache/syncope/core/persistence/beans/user/SyncopeUser.java

Modified: syncope/branches/1_1_X/core/src/main/java/org/apache/syncope/core/persistence/beans/user/SyncopeUser.java
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/core/src/main/java/org/apache/syncope/core/persistence/beans/user/SyncopeUser.java?rev=1605995&r1=1605994&r2=1605995&view=diff
==============================================================================
--- syncope/branches/1_1_X/core/src/main/java/org/apache/syncope/core/persistence/beans/user/SyncopeUser.java (original)
+++ syncope/branches/1_1_X/core/src/main/java/org/apache/syncope/core/persistence/beans/user/SyncopeUser.java Fri Jun 27 09:08:05 2014
@@ -492,8 +492,6 @@ public class SyncopeUser extends Abstrac
         return username;
     }
 
-    int PASSWORD_LENGTH = 8;
-
     public void setUsername(final String username) {
         this.username = username;
     }