hanmz commented on code in PR #22383:
URL: https://github.com/apache/pulsar/pull/22383#discussion_r1546051267
##########
pulsar-metadata/src/test/java/org/apache/pulsar/metadata/BaseMetadataStoreTest.java:
##########
@@ -145,10 +145,11 @@ public static void assertEqualsAndRetry(Supplier<Object>
actual,
int retryCount,
long intSleepTimeInMillis) throws
Exception {
assertTrue(retryStrategically((__) -> {
- if (actual.get().equals(expectedAndRetry)) {
+ Object Actual = actual.get();
Review Comment:
It is recommended that local variables start with a lowercase letter
--
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]