fix: typo task definition. (#10958)

This commit is contained in:
SongTao Zhuang 2022-07-14 11:40:46 +08:00 committed by caishunfeng
parent bc690501c4
commit d7582c9864
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class TaskDefinition {
private List<Property> taskParamList;
/**
* user define parameter map
* user defined parameter map
*/
@TableField(exist = false)
private Map<String, String> taskParamMap;