Skip to content

Commit

Permalink
Dodgy code is bad
Browse files Browse the repository at this point in the history
  • Loading branch information
jtduffy committed Nov 18, 2024
1 parent 1bc5825 commit 3096175
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ public class SuperAgentIntegrationConfigImpl extends BaseConfig implements Super

public SuperAgentIntegrationConfigImpl(Map<String, Object> configProps) {
super(configProps, SYSTEM_PROPERTY_ROOT);

if (configProps == null) {
configProps = Collections.emptyMap();
}

superAgentIntegrationHealthConfig = createHealthConfig();
fleetId = superAgentIntegrationHealthConfig == null ? null : getProperty(FLEET_ID);
}
Expand Down

0 comments on commit 3096175

Please sign in to comment.