File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/dannemann/stringcompressor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,9 +145,9 @@ public static String getString(final byte[] bytes) {
145145 * <p>Important: The order in which you list characters in this array matters, as it defines the lexicographic
146146 * order the binary search will follow. It's good practice to define your custom charset in standard ASCII order.</p>
147147 * @author Jean Dannemann Carone
148- * @see FourBitBinarySearch
149- * @see FiveBitBinarySearch
150- * @see SixBitBinarySearch
148+ * @see com.dannemann.stringcompressor.search. FourBitBinarySearch
149+ * @see com.dannemann.stringcompressor.search. FiveBitBinarySearch
150+ * @see com.dannemann.stringcompressor.search. SixBitBinarySearch
151151 */
152152 public byte [] getSupportedCharset () {
153153 return supportedCharset ;
You can’t perform that action at this time.
0 commit comments