Skip to content

Commit ad38285

Browse files
mcruzdevhbelmiro
andauthored
Update server/deployment/src/main/java/io/quarkiverse/openapi/server/generator/deployment/codegen/ApicurioOpenApiServerCodegen.java
Co-authored-by: Helber Belmiro <[email protected]>
1 parent 3c86ebc commit ad38285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/deployment/src/main/java/io/quarkiverse/openapi/server/generator/deployment/codegen/ApicurioOpenApiServerCodegen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ private static void validateOpenApiDir(CodeGenContext context, Path openApiDir)
104104

105105
if (!Files.isDirectory(openApiDir)) {
106106
throw new CodeGenException(
107-
"The OpenAPI input base directory is not a directory, please, create the directory on "
107+
"The OpenAPI input base directory is not a directory. Please create the directory at "
108108
+ context.inputDir());
109109
}
110110
}

0 commit comments

Comments
 (0)