Skip to content

Commit

Permalink
use unmodified collection
Browse files Browse the repository at this point in the history
  • Loading branch information
jerqi committed Sep 23, 2024
1 parent c74bf55 commit 457172b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public static Set<Field> fieldSet() {
fields.add(ROLE_IDS);
fields.add(ROLE_NAMES);

return fields;
return Collections.unmodifiableSet(fields);
}

@Override
Expand Down

0 comments on commit 457172b

Please sign in to comment.