fix wrong variable

fix wrong variable
This commit is contained in:
zhenyifang 2021-11-29 15:45:59 +08:00 committed by GitHub
parent 17b9cbc982
commit 551e05164c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ public class CoreConstant {
public static final String DATAX_JOB_POSTHANDLER_PLUGINNAME = "job.postHandler.pluginName";
// ----------------------------- 局部使用的变量
public static final String JOB_WRITER = "reader";
public static final String JOB_WRITER = "writer";
public static final String JOB_READER = "reader";