arjun4084346 commented on code in PR #4031: URL: https://github.com/apache/gobblin/pull/4031#discussion_r1737503932
########## gobblin-runtime/src/main/java/org/apache/gobblin/runtime/spec_catalog/FlowCatalog.java: ########## @@ -168,21 +160,6 @@ protected void shutDown() throws Exception { this.listeners.close(); } - /*************************************************** - /* Catalog listeners * - /**************************************************/ - - protected void notifyAllListeners() { - try { - Iterator<URI> uriIterator = getSpecURIs(); - while (uriIterator.hasNext()) { - this.listeners.onAddSpec(getSpecWrapper(uriIterator.next())); - } - } catch (IOException e) { - log.error("Cannot retrieve specs from catalog:", e); - } - } - Review Comment: hmm there is no caller of this method -- 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...@gobblin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org