192193194195196197198199200201202
{ // String[] values = value.split( Pattern.quote( FileGroupToPropertiesAdapter.MULTILINE_VALUES_SEPARATOR ) ); // Property property = propertyMap.containsKey( propertyKey ) ? property = propertyMap.get( propertyKey ) : new Property(); // property.setKey( propertyKey ); property.clearValues();
206207208209210211212213214215216
propertyMap.put( property ); // contentChanged = true; } else if ( propertyMap.containsKey( propertyKey ) && deletePropertiesWithBlankValue ) { // propertyMap.remove( propertyKey ); //