Skip to content

Commit 87da216

Browse files
committed
Do not use an unknown Javadoc tag, this make Javdoc 8 blow up.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1811782 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8765c05 commit 87da216

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
2727
*
2828
* <p>Copied from Commons Compress 1.14
2929
* <a href="https://git-wip-us.apache.org/repos/asf?p=commons-compress.git;a=blob;f=src/main/java/org/apache/commons/compress/compressors/lz4/XXHash32.java;h=a406ffc197449be594d46f0d2712b2d4786a1e68;hb=HEAD">https://git-wip-us.apache.org/repos/asf?p=commons-compress.git;a=blob;f=src/main/java/org/apache/commons/compress/compressors/lz4/XXHash32.java;h=a406ffc197449be594d46f0d2712b2d4786a1e68;hb=HEAD</a></p>
30-
*
30+
* <p>NotThreadSafe</p>
3131
* @see <a href="http://cyan4973.github.io/xxHash/">xxHash</a>
32-
* @NotThreadSafe
3332
* @since 1.11
3433
*/
3534
public class XXHash32 implements Checksum {

0 commit comments

Comments
 (0)