Merge pull request #1083 from pluone/master

correct spell error
This commit is contained in:
许雪里 2019-08-28 20:54:09 +08:00 committed by GitHub
commit 9969e304e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class ExecutorBizImpl implements ExecutorBiz {
return ReturnT.SUCCESS;
}
return new ReturnT<String>(ReturnT.SUCCESS_CODE, "job thread aleady killed.");
return new ReturnT<String>(ReturnT.SUCCESS_CODE, "job thread already killed.");
}
@Override