Skip to content

Commit

Permalink
Warnings removal
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 15, 2024
1 parent 93335d4 commit f5ed9e7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@
import static org.junit.jupiter.api.Assertions.assertEquals;

class ParserFeatureDefaultsTest
extends JUnit5TestBase
extends JUnit5TestBase
{
static class TestParser extends ParserMinimalBase
{
public TestParser() {
super(StreamReadConstraints.defaults());
}

@Override
public JsonToken nextToken() {
return null;
Expand Down

0 comments on commit f5ed9e7

Please sign in to comment.