dmvk commented on code in PR #22355:
URL: https://github.com/apache/flink/pull/22355#discussion_r1159689747


##########
flink-docs/src/main/java/org/apache/flink/docs/rest/OpenApiSpecGenerator.java:
##########
@@ -494,4 +498,30 @@ private static PathItem.HttpMethod 
convert(HttpMethodWrapper wrapper) {
         }
         throw new IllegalArgumentException("not supported");
     }
+
+    /** A {@link TypeNameResolver} that detects name-clashes between top-level 
and inner classes. */
+    public static class NameClashDetectingTypeNameResolver extends 
TypeNameResolver {

Review Comment:
   This is nice. <3



-- 
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]

Reply via email to