Merge "Replace with the diamnod operator"
[so.git] / mso-catalog-db / src / main / java / org / openecomp / mso / db / catalog / beans / HeatTemplateArtifactUuidModelUuid.java
index 96aa2c2..2c79d7d 100644 (file)
@@ -73,7 +73,7 @@ public class HeatTemplateArtifactUuidModelUuid implements Serializable {
     public int hashCode () {\r
         // hash code does not have to be a unique result - only that two objects that should be treated as equal\r
         // return the same value. so this should work.\r
-        int result = 0;\r
+        int result;\r
         result = this.heatTemplateArtifactUuid.hashCode() + this.modelUuid.hashCode();\r
         return result;\r
     }\r