Skip to content

Commit

Permalink
Add Murmur3_32Hash private constructor (apache#5765)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn authored and codelipenghui committed Dec 2, 2019
1 parent 9b415ce commit 86a6be7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
public class Murmur3_32Hash implements Hash {
private static final Murmur3_32Hash instance = new Murmur3_32Hash();

private Murmur3_32Hash(){ }

public static Hash getInstance() {
return instance;
}
Expand Down

0 comments on commit 86a6be7

Please sign in to comment.