Skip to content

Commit 96a0888

Browse files
committed
Remove unnecessary comments
1 parent 1eee1d3 commit 96a0888

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/test/java/com/rabbitmq/stream/impl/TestUtils.java

-6
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,6 @@ public static Duration waitAtMost(int timeoutInSeconds, CallableBooleanSupplier
112112
return waitAtMost(timeoutInSeconds, condition, null);
113113
}
114114

115-
// public static Duration waitAtMost(
116-
// int timeoutInSeconds, CallableBooleanSupplier condition, Supplier<String> message)
117-
// throws Exception {
118-
// return waitAtMost(timeoutInSeconds, condition, message, true);
119-
// }
120-
121115
public static Duration waitAtMost(
122116
int timeoutInSeconds, CallableBooleanSupplier condition, Supplier<String> message)
123117
throws Exception {

0 commit comments

Comments
 (0)