Skip to content

Commit 4e802f7

Browse files
committed
Fix #15298
1 parent 0d62a62 commit 4e802f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/openapi-generator/src/test/java/org/openapitools/codegen/java/spring/SpringCodegenTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2699,8 +2699,7 @@ public void shouldNotFallWithNPEOrStackOverflow() throws IOException {
26992699
generator.setGeneratorPropertyDefault(CodegenConstants.MODELS, "true");
27002700
generator.setGeneratorPropertyDefault(CodegenConstants.SUPPORTING_FILES, "false");
27012701

2702-
List<File> generate = generator.opts(input).generate();
2703-
System.out.println(generate);
2702+
generator.opts(input).generate();
27042703
}
27052704

27062705
}

0 commit comments

Comments
 (0)