Skip to content

Commit

Permalink
Review fix
Browse files Browse the repository at this point in the history
Signed-off-by: lisrte <[email protected]>
  • Loading branch information
Lisrte committed Jul 17, 2024
1 parent c264e63 commit 5f82bf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public Set<ModelInfo> getModelInfos() {
}

Set<String> getModelsName() {
return modelConfigMap.keySet();
return Set.copyOf(modelConfigMap.keySet());
}

void addModelConfigs(ModelConfigs modelConfigsToMerge) {
Expand Down

0 comments on commit 5f82bf2

Please sign in to comment.