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:10:55 UTC

svn commit: r1605996 - in /syncope/trunk: ./ core/src/main/java/org/apache/syncope/core/persistence/beans/user/SyncopeUser.java

Author: ilgrosso
Date: Fri Jun 27 09:10:55 2014
New Revision: 1605996

URL: http://svn.apache.org/r1605996
Log:
Merge from 1_1_X

Modified:
    syncope/trunk/   (props changed)
    syncope/trunk/core/src/main/java/org/apache/syncope/core/persistence/beans/user/SyncopeUser.java

Propchange: syncope/trunk/
------------------------------------------------------------------------------
  Merged /syncope/branches/1_1_X:r1605742-1605995

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