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 2503864 commit 7fd25ccCopy full SHA for 7fd25cc
src/main/java/org/jd/core/v1/util/DefaultList.java
@@ -14,7 +14,7 @@
14
15
@SuppressWarnings("unchecked")
16
public class DefaultList<E> extends ArrayList<E> {
17
- protected static EmptyList EMPTY_LIST = new EmptyList();
+ protected static final EmptyList EMPTY_LIST = new EmptyList();
18
19
public DefaultList() {}
20
0 commit comments