Merge branch 'subtree'
[fanfix.git] / src / be / nikiroo / utils / StringUtils.java
index b3c1071908ed359c23205fe27902024101665b85..be1c654502f58bd91554873a0b241876837a33c0 100644 (file)
@@ -454,7 +454,10 @@ public class StringUtils {
         *            the input data
         * 
         * @return the hash
+        * 
+        * @deprecated please use {@link HashUtils}
         */
+       @Deprecated
        static public String getMd5Hash(String input) {
                try {
                        MessageDigest md = MessageDigest.getInstance("MD5");