Skip to content

Commit b87f767

Browse files
committed
rebuild
1 parent a5b3478 commit b87f767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6668,7 +6668,7 @@ public void testJspecify(String library, int springBootVersion, String fooApiFil
66686668
@Test
66696669
void testNullableAnnotationOnController() throws IOException {
66706670
Map<String, File> files = generateFromContract("src/test/resources/3_0/petstore.yaml", SPRING_BOOT);
6671-
// revert invalid @Nullable annotation
6671+
// revert invalid @Nullable annotation without import
66726672
assertFileNotContains(files.get("UserApiController.java").toPath(), "import org.springframework.lang.Nullable;", "@Nullable");
66736673
}
66746674
}

0 commit comments

Comments
 (0)