Parent Directory
|
Revision Log
|
Patch
--- hadoop/hbase/trunk/src/java/org/apache/hadoop/hbase/util/JenkinsHash.java 2008/09/23 18:10:06 698265
+++ hadoop/hbase/trunk/src/java/org/apache/hadoop/hbase/util/JenkinsHash.java 2009/01/22 05:44:21 736569
@@ -78,6 +78,7 @@
* <p>Use for hash table lookup, or anything where one collision in 2^^32 is
* acceptable. Do NOT use for cryptographic purposes.
*/
+ @Override
@SuppressWarnings("fallthrough")
public int hash(byte[] key, int nbytes, int initval) {
int length = nbytes;
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |