replaced with EN assert (#11670)
This commit is contained in:
parent
4be3c796cc
commit
f8f89f2a71
|
|
@ -344,7 +344,7 @@ public class TripleCustomerProtocolWapper {
|
|||
}
|
||||
|
||||
public Builder addArgTypes(String argsType) {
|
||||
Assert.notEmptyString(argsType, "argsType不能为空");
|
||||
Assert.notEmptyString(argsType, "argsType cannot be empty.");
|
||||
argTypes.add(argsType);
|
||||
return this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue