Skip to content

Commit

Permalink
Fix code smell
Browse files Browse the repository at this point in the history
Signed-off-by: Carson Cook <[email protected]>
  • Loading branch information
CarsonCook committed Jul 20, 2022
1 parent 7ef2d42 commit cd47754
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class APIService implements Serializable {
private boolean ssoAllInstances;

@Schema(description = "The API information for each API ID for this service")
private Map<String, ApiInfo> apis = new HashMap<>();
private Map<String, ApiInfo> apis = new HashMap<>(); // NOSONAR

private List<String> instances = new ArrayList<>();

Expand Down

0 comments on commit cd47754

Please sign in to comment.