summaryrefslogtreecommitdiff
path: root/src/ast/nodes/CompoundNode.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/nodes/CompoundNode.java')
-rw-r--r--src/ast/nodes/CompoundNode.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ast/nodes/CompoundNode.java b/src/ast/nodes/CompoundNode.java
index bfa0523..e64be9e 100644
--- a/src/ast/nodes/CompoundNode.java
+++ b/src/ast/nodes/CompoundNode.java
@@ -1,10 +1,10 @@
-package com.clp.project.ast.nodes;
+package ast.nodes;
import java.util.ArrayList;
-import com.clp.project.semanticanalysis.SemanticError;
-import com.clp.project.semanticanalysis.SymbolTable;
-import com.clp.project.ast.types.*;
+import semanticanalysis.SemanticError;
+import semanticanalysis.SymbolTable;
+import ast.types.*;
/**
* Node for the `compound_node` statement of the grammar.