Skip to content

Commit

Permalink
Fixed spotless job run failed
Browse files Browse the repository at this point in the history
  • Loading branch information
steverao committed Feb 16, 2024
1 parent 265e9f5 commit 53119af
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ private XxlJobTestingConstants() {}
+ " }\n"
+ "}\n";

public static final String GLUE_JOB_GROOVY_SOURCE = "import com.xxl.job.core.handler.IJobHandler\n"
+ "\n"
+ "class CustomizedGroovyHandler extends IJobHandler {\n"
+ " @Override\n"
+ " void execute() throws Exception {\n"
+ " }\n"
+ "}\n";
public static final String GLUE_JOB_GROOVY_SOURCE =
"import com.xxl.job.core.handler.IJobHandler\n"
+ "\n"
+ "class CustomizedGroovyHandler extends IJobHandler {\n"
+ " @Override\n"
+ " void execute() throws Exception {\n"
+ " }\n"
+ "}\n";
}

0 comments on commit 53119af

Please sign in to comment.