mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 15:50:46 +00:00
final fields
This commit is contained in:
@@ -25,7 +25,7 @@ import com.jpexs.decompiler.graph.GraphTargetItem;
|
||||
*/
|
||||
public class CommentItem extends GraphTargetItem {
|
||||
|
||||
private String[] commentLines;
|
||||
private final String[] commentLines;
|
||||
|
||||
public CommentItem(String comment) {
|
||||
super(null, NOPRECEDENCE);
|
||||
|
||||
@@ -27,7 +27,7 @@ import java.util.Set;
|
||||
*/
|
||||
public class IntegerValueItem extends GraphTargetItem {
|
||||
|
||||
private int intValue;
|
||||
private final int intValue;
|
||||
|
||||
public IntegerValueItem(GraphSourceItem src, int value) {
|
||||
super(src, PRECEDENCE_PRIMARY);
|
||||
|
||||
Reference in New Issue
Block a user