mirror of https://github.com/sbt/sbt.git
[2.x] doc: Fix HashAlgo scaladoc (#9590)
This commit is contained in:
parent
a6ae53c73e
commit
354dbf515b
|
|
@ -25,7 +25,6 @@ trait HashAlgo[A1: Access]:
|
||||||
* @param buf the input data
|
* @param buf the input data
|
||||||
* @param off the start offset in buf
|
* @param off the start offset in buf
|
||||||
* @param len the number of bytes to hash
|
* @param len the number of bytes to hash
|
||||||
* @param seed the seed to use
|
|
||||||
* @return the hash value
|
* @return the hash value
|
||||||
*/
|
*/
|
||||||
def hash(buf: A1, off: Int, len: Int): Long
|
def hash(buf: A1, off: Int, len: Int): Long
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue