Merge "Reorder modifiers"
[so.git] / bpmn / MSOCoreBPMN / src / main / java / org / openecomp / mso / bpmn / core / PropertyConfigurationSetup.java
index a1719a9..98659d2 100644 (file)
@@ -217,7 +217,7 @@ public class PropertyConfigurationSetup {
                        String newTimestamp = PropertyConfiguration.getInstance().getProperties(type)
                                .get(PropertyConfiguration.TIMESTAMP_PROPERTY);
 
-                       if (newTimestamp != oldTimestamp) {
+                       if (!newTimestamp.equals(oldTimestamp)) {
                                return;
                        }