Fix formatting.
This commit is contained in:
parent
4d6946c43a
commit
c665cdb28a
|
@ -25,11 +25,12 @@ public interface HashFunction extends HashFunctionIdentity {
|
|||
|
||||
|
||||
/**
|
||||
* Apply the hash function to the buffer.
|
||||
* Applies the hash function to the buffer.
|
||||
*
|
||||
* @param buffer the buffer to apply the hash function to.
|
||||
* @param seed the seed for the hashing.
|
||||
* @return the long value of the hash.
|
||||
*/
|
||||
long apply( byte[] buffer, int seed );
|
||||
long apply(byte[] buffer, int seed);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue