X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=StringUtils.java;h=be1c654502f58bd91554873a0b241876837a33c0;hb=ae3edfc576b11e4b4e5bee67616de1a386508589;hp=b3c1071908ed359c23205fe27902024101665b85;hpb=1e0fb97b7fccf317567bb873913fa7b92479fbef;p=nikiroo-utils.git diff --git a/StringUtils.java b/StringUtils.java index b3c1071..be1c654 100644 --- a/StringUtils.java +++ b/StringUtils.java @@ -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");