Skip to content

Commit d664776

Browse files
committed
Indentation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1789912 13f79535-47bb-0310-9956-ffa450edef68
1 parent 87f142f commit d664776

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

src/main/java/org/apache/commons/codec/digest/DigestUtils.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -413,17 +413,17 @@ public static String md5Hex(final String data) {
413413
}
414414

415415
/**
416-
* Calculates the SHA-1 digest and returns the value as a <code>byte[]</code>.
417-
*
418-
* @param data
419-
* Data to digest
420-
* @return SHA-1 digest
421-
* @deprecated (1.11) Use {@link #sha1(byte[])}
422-
*/
423-
@Deprecated
424-
public static byte[] sha(final byte[] data) {
425-
return sha1(data);
426-
}
416+
* Calculates the SHA-1 digest and returns the value as a <code>byte[]</code>.
417+
*
418+
* @param data
419+
* Data to digest
420+
* @return SHA-1 digest
421+
* @deprecated (1.11) Use {@link #sha1(byte[])}
422+
*/
423+
@Deprecated
424+
public static byte[] sha(final byte[] data) {
425+
return sha1(data);
426+
}
427427

428428
/**
429429
* Calculates the SHA-1 digest and returns the value as a <code>byte[]</code>.

0 commit comments

Comments
 (0)