Skip to content

Commit

Permalink
fixed Quartz package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Oct 13, 2024
1 parent a107cfa commit 0e5979a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
package org.jpos.binlog.cron;

import org.jpos.binlog.BinLogWriter;
import org.jpos.q2.QuartzJobSupport;
import org.jpos.quartz.QuartzJobSupport;

@SuppressWarnings("unused")
public class CutoverJob extends QuartzJobSupport {
Expand Down

0 comments on commit 0e5979a

Please sign in to comment.