320321322323324325326327
if (value == null) value = ""; String old = values.getProperty(key); if (isChanged(old, value)) { values.put(key, value); propertyPublisher.publishEvent(new PropertyEvent(this, key, old, value, infos.get(key))); } }