Skip to content

Commit

Permalink
fix UTF-8 bug (espertechinc#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
gigafone committed Jan 13, 2016
1 parent 0f14c14 commit f9bb0be
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/**
* <p>
* Countmin sketch (or CM sketch) is a probabilistic sub-linear space streaming algorithm
* Count-min sketch (or CM sketch) is a probabilistic sub-linear space streaming algorithm
* (source: Wikipedia, see http://en.wikipedia.org/wiki/Count%E2%80%93min_sketch)
* </p>
*
Expand Down Expand Up @@ -114,4 +114,3 @@ private int[] getHashBuckets(byte[] b, int hashCount, int max) {
return result;
}
}

0 comments on commit f9bb0be

Please sign in to comment.