Update package name to onap namespace
[appc.git] / appc-sdc-listener / appc-sdc-listener-bundle / src / main / java / org / onap / tlv / sdc / security / Passwords.java
index 30b275a..c9568d4 100644 (file)
@@ -22,7 +22,7 @@
  * ============LICENSE_END=========================================================
  */
 
-package org.openecomp.tlv.sdc.security;
+package org.onap.tlv.sdc.security;
 
 import java.math.BigInteger;
 import java.security.MessageDigest;
@@ -32,7 +32,7 @@ import java.util.Arrays;
 import java.util.Random;
 
 /**
- * A copy from the org.openecomp.sdc:security-utils artifact that works with java 7.
+ * A copy from the org.onap.sdc:security-utils artifact that works with java 7.
  */
 public class Passwords {