Skip to content

Commit

Permalink
[LARAC] Removes override annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Mar 12, 2024
1 parent 24a7c8c commit 6c3f4d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LARAC/src/org/dojo/jsl/parser/ast/SimpleNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ protected void addCoords(Element el) {
el.setAttribute("coord", coordStr);
}

@Override
public int getId() {
return id;
}
Expand Down

0 comments on commit 6c3f4d5

Please sign in to comment.