X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=StringUtils.java;h=be1c654502f58bd91554873a0b241876837a33c0;hp=b3c1071908ed359c23205fe27902024101665b85;hb=20d112980fab80a612c15db88706fc56eebe9f64;hpb=92bb968f7e1f4045a575eabd07d85155892f60fb 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");