Skip to content

Commit

Permalink
annotations adjusted to English
Browse files Browse the repository at this point in the history
  • Loading branch information
casionone committed Dec 15, 2021
1 parent ee1e228 commit e2cc2a7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -169,7 +169,7 @@ object CSEntranceHelper extends Logging {
}
}
if(variableMap.nonEmpty) {
// 1.cs 优先级为低,相同的不加入
// 1.cs priority is low, the same ones are not added
val varMap = TaskUtils.getVariableMap(requestPersistTask.getParams.asInstanceOf[util.Map[String, Any]])
variableMap.foreach { keyAndValue =>
if (! varMap.containsKey(keyAndValue._1)) {
Expand Down

0 comments on commit e2cc2a7

Please sign in to comment.