Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daneshk committed Oct 5, 2024
2 parents d9ce2b5 + 6a828d4 commit 70c1534
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# See: https://help.github.com/articles/about-codeowners/

# These owners will be the default owners for everything in the repo.
* @daneshk @MadhukaHarith92
* @daneshk @lnash94 @shafreenAnfar
19 changes: 0 additions & 19 deletions .github/workflows/stale_check.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public Field build() {
fieldDefaultValue = fieldLabel;
}
String fieldName = fieldDescriptor.getName();
if (Arrays.stream(RESERVED_LITERAL_NAMES).anyMatch(fieldName::equalsIgnoreCase) || Names.ERROR.value
if (Arrays.stream(RESERVED_LITERAL_NAMES).anyMatch(fieldName::equalsIgnoreCase) || Names.ERROR.getValue()
.equalsIgnoreCase(fieldName)) {
fieldName = "'" + fieldName;
}
Expand Down

0 comments on commit 70c1534

Please sign in to comment.