16251626162716281629163016311632163316341635
{ // This is an error. String msg = "Cannot add a value which is already present : " + value; LOG.error( msg ); throw new LdapAttributeInUseException( msg ); } currentAttribute.add( value ); } }
10491050105110521053105410551056105710581059
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 ); } }
854855856857858859860861862863864
10531054105510561057105810591060106110621063