mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Chris Ridd
29.59.2012 b69fcf34c8df9c78da2a9740ddd93d60a11a38e7
opends/src/server/org/opends/server/plugins/PasswordPolicyImportPlugin.java
@@ -23,7 +23,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS.
 *      Portions copyright 2011-2012 ForgeRock AS.
 */
package org.opends.server.plugins;
@@ -376,8 +376,7 @@
                  String.valueOf(entry.getDN()), String.valueOf(policyDN));
              logError(message);
            }
            if (authPolicy.isPasswordPolicy())
            else if (authPolicy.isPasswordPolicy())
            {
              policy = (PasswordPolicy) authPolicy;
            }