fix typo in the comments (#11729)

This commit is contained in:
William Cheng
2022-02-26 15:45:30 +08:00
committed by GitHub
parent c3c82513fe
commit 33ec0540b2
166 changed files with 178 additions and 178 deletions

View File

@@ -303,7 +303,7 @@ public class SomeObj {
if (jsonObj == null) {
if (SomeObj.openapiRequiredFields.isEmpty()) {
return;
} else { // has reuqired fields
} else { // has required fields
throw new IllegalArgumentException(String.format("The required field(s) %s in SomeObj is not found in the empty JSON string", SomeObj.openapiRequiredFields.toString()));
}
}