215216217218219220221222223224225
if ( attribute == null ) { attribute = new Attribute( entryToModify, value.getAttribute().getDescription() ); entryToModify.addAttribute( attribute ); } attribute.addValue( value ); } } } }