Skip to content

Commit abfc789

Browse files
committed
Merge branch 'mtoff/stable_config' of github.com:DataDog/dd-trace-java into mtoff/stable_config
2 parents 908a72d + ac7b387 commit abfc789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: internal-api/src/main/java/datadog/trace/bootstrap/config/provider/StableConfigSource.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public final class StableConfigSource extends ConfigProvider.Source {
5959
// that way we don't need to call readFromYaml twice;
6060
// if we see that said cached map is already not null by the name the StableConfigurationSource
6161
// constructor is called, we can skip calling it again.
62-
public static HashMap<String, Object> readYamlFromFile(String filePath) {
62+
public static Map<String, Object> readYamlFromFile(String filePath) {
6363
File file = new File(filePath);
6464
if (!file.exists()) {
6565
log.debug(

0 commit comments

Comments
 (0)