Skip to content

Commit

Permalink
Add missing static
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed Oct 6, 2023
1 parent 258d58a commit 857c8e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class RegisterConsistencyTest extends RaLibTestSuite {
private static final InputSymbol A =
new InputSymbol("a", new DataType[] {T_INT});

private class DummyDT extends DT {
private static class DummyDT extends DT {

private DTLeaf prefixLeaf;
private DTLeaf leaf;
Expand Down

0 comments on commit 857c8e3

Please sign in to comment.