Skip to content

Commit f963e20

Browse files
committed
Add Javadoc links in PartType
1 parent f6933fe commit f963e20

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/main/java/software/coley/llzip/part/PartType.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66
* @author Matt Coley
77
*/
88
public enum PartType {
9+
/**
10+
* @see LocalFileHeader
11+
*/
912
LOCAL_FILE_HEADER,
13+
/**
14+
* @see CentralDirectoryFileHeader
15+
*/
1016
CENTRAL_DIRECTORY_FILE_HEADER,
17+
/**
18+
* @see EndOfCentralDirectory
19+
*/
1120
END_OF_CENTRAL_DIRECTORY
1221
}

src/main/java/software/coley/llzip/util/CleanerUtil.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* @author xDark
1313
*/
1414
public final class CleanerUtil {
15-
1615
private static final Method INVOKE_CLEANER;
1716
private static final Method GET_CLEANER;
1817
private static final boolean SUPPORTED;

0 commit comments

Comments
 (0)