125126127128129130131132133134135
if ( ( attribute != null ) && ( schemaManager != null ) ) { AttributeType attributeType = schemaManager.getAttributeType( attribute.getId() ); modification.apply( attributeType ); } return modification; } catch ( IOException ioe )
128129130131132133134135136137138