Airblader commented on a change in pull request #16515:
URL: https://github.com/apache/flink/pull/16515#discussion_r673675192



##########
File path: 
flink-core/src/main/java/org/apache/flink/configuration/description/TextElement.java
##########
@@ -53,6 +55,11 @@ public static TextElement text(String text) {
         return new TextElement(text, Collections.emptyList());
     }
 
+    /** Wraps a list of {@link InlineElement}s into a single {@link 
TextElement}. */
+    public static InlineElement wrap(List<InlineElement> elements) {

Review comment:
       It's used in `ConfigOptionsDocGenerator`. There the list signature is 
also definitely more convenient, but I can change it to varargs.




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