Skip to content

Commit

Permalink
Update internal-api/src/main/java/datadog/trace/api/remoteconfig/Serv…
Browse files Browse the repository at this point in the history
…iceNameCollector.java

Co-authored-by: Stuart McCulloch <[email protected]>
  • Loading branch information
amarziali and mcculls authored Dec 18, 2024
1 parent 428323f commit ab684c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void addService(final String serviceName) {
}
return;
}
services.put(serviceName, serviceName);
services.putIfAbsent(serviceName, serviceName);
}

/**
Expand Down

0 comments on commit ab684c1

Please sign in to comment.