mirror of https://github.com/apache/lucene.git
switch case fallthrough is OK here
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587689 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9c2de17be0
commit
3dc2074d1b
|
@ -170,6 +170,7 @@ public abstract class StringHelper {
|
|||
/** Returns the MurmurHash3_x86_32 hash.
|
||||
* Original source/tests at https://github.com/yonik/java_util/
|
||||
*/
|
||||
@SuppressWarnings("fallthrough")
|
||||
public static int murmurhash3_x86_32(byte[] data, int offset, int len, int seed) {
|
||||
|
||||
final int c1 = 0xcc9e2d51;
|
||||
|
|
Loading…
Reference in New Issue