zentol commented on code in PR #22794:
URL: https://github.com/apache/flink/pull/22794#discussion_r1231023922


##########
pom.xml:
##########
@@ -196,6 +196,12 @@ under the License.
  */
                </spotless.license.header>
 
+               <!-- This property should contain the add-opens/add-exports 
commands required for the tests
+                    in the given module to pass.
+                    It MUST be a space-separated list not containing any 
newlines,
+                    of entries in the form 
'[-]{2}add-[opens|exports]=<module>/<package>=ALL-UNNAMED'.-->

Review Comment:
   > [-]{2}add
   
   This looks as weird as it does because you can't have double-dashes in xml 
comments :facepalm: 



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