Skip to content

Commit

Permalink
Merge pull request #1805 from enebo/partial_line_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton authored Nov 10, 2023
2 parents b098a7c + 4329790 commit 7bf28ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/java/org/prism/Nodes.java.erb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public abstract class Nodes {
}

public void setStartLine(int startLine) {
assert startLine >= 1;
this.startLine = startLine;
}

Expand Down

0 comments on commit 7bf28ea

Please sign in to comment.