We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc212b commit a482be4Copy full SHA for a482be4
openapi-parser/src/main/java/io/openapiparser/OpenApiResult.java
@@ -61,8 +61,8 @@ enum Version { V30, V31 }
61
void write(Writer writer) throws IOException;
62
63
/**
64
- * Apply an OpenAPI overlay to the OpenAPI document. The result document has to be parse to navigate its OpenAPI
65
- * model.
+ * Apply an OpenAPI overlay to the OpenAPI document. The result document has to be parsed to navigate its OpenAPI
+ * model. The document should be bundled before applying an overlay.
66
*
67
* @param overlay the overlay document
68
* @return a raw copy of the OpenAPI document with the applied overlay.
0 commit comments