arjun4084346 commented on code in PR #3557:
URL: https://github.com/apache/gobblin/pull/3557#discussion_r973524101


##########
gobblin-runtime/src/main/java/org/apache/gobblin/runtime/spec_catalog/FlowCatalog.java:
##########
@@ -457,4 +458,15 @@ public void remove(URI uri, Properties headers, boolean 
triggerListener) {
   public Object getSyncObject(String specUri) {
     return this.specSyncObjects.getOrDefault(specUri, null);
   }
+
+  public Spec getSpecFromStore(String specUri) {

Review Comment:
   We should have the same name of the method, i.e. getSpecs(String uri) throws 
SpecNotFoundException



-- 
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]

Reply via email to