Remove ECOMP in headers
[clamp.git] / src / main / java / org / onap / clamp / clds / model / ValueItem.java
index 804d185..6ac680f 100644 (file)
@@ -18,7 +18,7 @@
  * limitations under the License.
  * ============LICENSE_END============================================
  * ===================================================================
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 
 package org.onap.clamp.clds.model;
@@ -49,7 +49,8 @@ public class ValueItem {
     }
 
     /**
-     * @param value the value to set
+     * @param value
+     *            the value to set
      */
     public void setValue(String value) {
         this.value = value;