davidradl commented on code in PR #27062:
URL: https://github.com/apache/flink/pull/27062#discussion_r2387814963
##########
flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/core/testutils/CommonTestUtils.java:
##########
@@ -201,7 +201,7 @@ public static void assertThrows(
* @throws InterruptedException if the thread is interrupted.
*/
@SuppressWarnings("BusyWait")
- public static void waitUtil(
+ public static void waitUntil(
Review Comment:
nit: we should change the same typo in the comment if we are making this
change.
--
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]