Skip to content

Commit abbbce4

Browse files
committed
todo note
1 parent d6bb822 commit abbbce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thedeanda/ajaxproxy/http/NetworkUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static byte[] decompress(String encoding, byte[] bytes) {
7676
} catch (DataFormatException e) {
7777
log.warn(e.getMessage(), e);
7878
}
79-
}
79+
} //TODO: LZW ("compress") format
8080

8181
return bytes;
8282
}

0 commit comments

Comments
 (0)