WencongLiu commented on code in PR #20622:
URL: https://github.com/apache/flink/pull/20622#discussion_r953285587
##########
flink-docs/src/main/java/org/apache/flink/docs/rest/RestAPIDocGenerator.java:
##########
@@ -131,7 +132,7 @@ public static void main(String[] args) throws IOException,
ConfigurationExceptio
@VisibleForTesting
static void createHtmlFile(
- DocumentingRestEndpoint restEndpoint, RuntimeRestAPIVersion
apiVersion, Path outputFile)
+ DocumentingRestEndpoint restEndpoint, RestAPIVersion apiVersion,
Path outputFile)
Review Comment:
Done. `RuntimeOpenApiSpecGenerator` and `RuntimeRestAPIDocGenerator` have
been added. And they will reuse the common logics from `RestAPIDocGenerator`
and `OpenApiSpecGenerator`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]