Remove unused shutdown callback
This commit is contained in:
@@ -58,8 +58,4 @@ public class BrokerConnector {
|
||||
shutdownLatch.await();
|
||||
}
|
||||
}
|
||||
|
||||
public static void shutdown() {
|
||||
shutdownLatch.countDown();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user