Removed spurious javadoc tag.

This commit is contained in:
aherbert 2020-02-17 15:22:13 +00:00
parent d31ebdd0e4
commit 39f0955920
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public interface HashFunctionIdentity {
* Call the underlying hash algorithm for a (buffer, seed) pair passed to
* {@link HashFunction#apply(byte[], int)} when the state is uninitialised or
* the seed is zero. This initialises the state. Subsequent calls with a non-zero
* seed use the state to generate a new value.</dd>
* seed use the state to generate a new value.
*/
CYCLIC,
/**