JingGe commented on a change in pull request #18333:
URL: https://github.com/apache/flink/pull/18333#discussion_r783969651



##########
File path: 
flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/Predicates.java
##########
@@ -40,7 +51,29 @@
                 .forSubtype();
     }
 
-    /** Tests that the given field is {@code public static} and of the given 
type. */
+    /**
+     * @return A {@link DescribedPredicate} returning true, if and only if the 
predicate {@link
+     *     JavaField} could be found in the {@link JavaClass}.
+     */
+    public static DescribedPredicate<JavaClass> 
containAnyFieldsInClassHierarchyThat(

Review comment:
       why? All the other methods are plural.




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