We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6933fe commit f963e20Copy full SHA for f963e20
src/main/java/software/coley/llzip/part/PartType.java
@@ -6,7 +6,16 @@
6
* @author Matt Coley
7
*/
8
public enum PartType {
9
+ /**
10
+ * @see LocalFileHeader
11
+ */
12
LOCAL_FILE_HEADER,
13
14
+ * @see CentralDirectoryFileHeader
15
16
CENTRAL_DIRECTORY_FILE_HEADER,
17
18
+ * @see EndOfCentralDirectory
19
20
END_OF_CENTRAL_DIRECTORY
21
}
src/main/java/software/coley/llzip/util/CleanerUtil.java
@@ -12,7 +12,6 @@
* @author xDark
public final class CleanerUtil {
-
private static final Method INVOKE_CLEANER;
private static final Method GET_CLEANER;
private static final boolean SUPPORTED;
0 commit comments