bipinprasad commented on code in PR #3479: URL: https://github.com/apache/storm/pull/3479#discussion_r881937956
########## storm-server/src/test/java/org/apache/storm/daemon/supervisor/SlotTest.java: ########## @@ -147,7 +144,7 @@ public void testEmptyToEmpty() throws Exception { @Test public void testLaunchContainerFromEmpty() throws Exception { - try (SimulatedTime t = new SimulatedTime(1010)) { + try (SimulatedTime ignored = new SimulatedTime(1010)) { Review Comment: gets rid of the "assigned but not used" warning -- 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: dev-unsubscr...@storm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org