Skip to content

Commit 84ff5d3

Browse files
committed
Tweaks.
1 parent c12ab19 commit 84ff5d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/dannemann/stringcompressor/FiveBitBinarySearch.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public FiveBitBinarySearch(byte[][] compressedData, boolean prefixSearch) {
3535
* @param charset Character set used to compress {@code compressedData}.
3636
* @author Jean Dannemann Carone
3737
*/
38-
// TODO: WHAT IF COMPRESSED MASS IS BIGGER THAN THE NUMBER OF ELEMENTS? TREAT THIS.
3938
public FiveBitBinarySearch(byte[][] compressedData, boolean prefixSearch, byte[] charset) {
4039
super(compressedData, prefixSearch, charset);
4140
}

0 commit comments

Comments
 (0)