749750751752753754755756757758759
if ( currentAttribute.contains( value ) ) { // This is an error. String msg = I18n.err( I18n.ERR_54, value ); LOG.error( msg ); throw new LdapAttributeInUseException( msg ); } currentAttribute.add( value ); } }
741742743744745746747748749750751
734735736737738739740741742743744
739740741742743744745746747748749