Replace non-Javadoc comments with inheritDocs
[policy/apex-pdp.git] / testsuites / integration / integration-common / src / main / java / org / onap / policy / apex / context / test / concepts / TestContextTreeSetItem.java
index 7172fa4..610dc10 100644 (file)
@@ -81,10 +81,8 @@ public class TestContextTreeSetItem implements Serializable {
         this.setValue = setValue;
     }
 
-    /*
-     * (non-Javadoc)
-     *
-     * @see java.lang.Object#hashCode()
+    /**
+     * {@inheritDoc}.
      */
     @Override
     public int hashCode() {
@@ -94,10 +92,8 @@ public class TestContextTreeSetItem implements Serializable {
         return result;
     }
 
-    /*
-     * (non-Javadoc)
-     *
-     * @see java.lang.Object#equals(java.lang.Object)
+    /**
+     * {@inheritDoc}.
      */
     @Override
     public boolean equals(final Object obj) {
@@ -121,10 +117,8 @@ public class TestContextTreeSetItem implements Serializable {
         return true;
     }
 
-    /*
-     * (non-Javadoc)
-     *
-     * @see java.lang.Object#toString()
+    /**
+     * {@inheritDoc}.
      */
     @Override
     public String toString() {