Skip to content

Commit 7fd25cc

Browse files
author
emmanue1
committed
Minor update
1 parent 2503864 commit 7fd25cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jd/core/v1/util/DefaultList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
@SuppressWarnings("unchecked")
1616
public class DefaultList<E> extends ArrayList<E> {
17-
protected static EmptyList EMPTY_LIST = new EmptyList();
17+
protected static final EmptyList EMPTY_LIST = new EmptyList();
1818

1919
public DefaultList() {}
2020

0 commit comments

Comments
 (0)