Skip to content

Commit

Permalink
Suppress the this-escape warning
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jul 24, 2024
1 parent 6d39e7f commit f0f0186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/trufflesom/bdt/primitives/Primitives.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@


public class Primitives extends PrimitiveLoader<ExprNode, String> {

@SuppressWarnings("this-escape")
protected Primitives() {
super(new StringId());
initialize();
Expand Down

0 comments on commit f0f0186

Please sign in to comment.