Remove ECOMP in headers
[clamp.git] / src / main / java / org / onap / clamp / clds / util / ResourceFileUtil.java
index 57705d8..e301079 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.util;
@@ -28,7 +28,7 @@ import java.io.InputStream;
 import java.util.Scanner;
 
 /**
- * Utility methods supporting transforms.
+ * Utility methods supporting resources accesses.
  */
 public final class ResourceFileUtil {
 
@@ -52,7 +52,7 @@ public final class ResourceFileUtil {
     }
 
     /**
-     * Return resource as a Stream.
+     * Return resource as a String.
      */
     public static String getResourceAsString(String name) throws IOException {
         InputStream is = getResourceAsStream(name);