final fields

This commit is contained in:
Honfika
2014-01-19 22:33:23 +01:00
parent 44fa394f01
commit 0da9d423a0
138 changed files with 294 additions and 296 deletions
@@ -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);