umustafi commented on code in PR #3737:
URL: https://github.com/apache/gobblin/pull/3737#discussion_r1294083669


##########
gobblin-runtime/src/main/java/org/apache/gobblin/scheduler/JobScheduler.java:
##########
@@ -583,12 +582,17 @@ public void close() throws IOException {
   }
 
   /**
-   * Get a {@link org.quartz.Trigger} from the given job configuration 
properties.
+   * Get a {@link org.quartz.Trigger} from the given job configuration 
properties. If triggerSuffix is provided, appends
+   * it to the end of the flow name.
    */
-  public static Trigger createTriggerForJob(JobKey jobKey, Properties 
jobProps) {

Review Comment:
   Yea I checked everywhere and added. It would not compile otherwise also. 



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