Fix typos in comments
This commit is contained in:
parent
1ebd229a5e
commit
1e7d65036e
|
@ -47,7 +47,7 @@ import java.util.function.IntPredicate;
|
|||
public class EnhancedDoubleHasher implements Hasher {
|
||||
|
||||
/**
|
||||
* Convert bytes to big-endian long filling with zero bytes as necessary..
|
||||
* Convert bytes to big-endian long filling with zero bytes as necessary.
|
||||
* @param byteArray the byte array to extract the values from.
|
||||
* @param offset the offset to start extraction from.
|
||||
* @param len the length of the extraction, may be longer than 8.
|
||||
|
|
Loading…
Reference in New Issue