From afff6a80cd58f7787efa1398f7c8cbdce8989323 Mon Sep 17 00:00:00 2001
From: geno <gabriele.genovese2@studio.unibo.it>
Date: Sun, 30 Jun 2024 13:36:37 +0200
Subject: fixed warnings, better formatting, final added where possible

---
 src/ast/nodes/TestlistCompNode.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/ast/nodes/TestlistCompNode.java')

diff --git a/src/ast/nodes/TestlistCompNode.java b/src/ast/nodes/TestlistCompNode.java
index cba056c..32049f5 100644
--- a/src/ast/nodes/TestlistCompNode.java
+++ b/src/ast/nodes/TestlistCompNode.java
@@ -10,8 +10,8 @@ import semanticanalysis.SymbolTable;
  */
 public class TestlistCompNode implements Node {
 
-    private ArrayList<Node> exprs;
-    private CompForNode comp;
+    private final ArrayList<Node> exprs;
+    private final CompForNode comp;
 
     public TestlistCompNode(ArrayList<Node> exprs, Node comp) {
         this.exprs = exprs;
-- 
cgit v1.2.3-18-g5258