Skip to content

Commit 4dd6708

Browse files
committed
Update comment on Config class to show new functionality
1 parent 1d57a58 commit 4dd6708

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • dd-trace-api/src/main/java/datadog/trace/api

dd-trace-api/src/main/java/datadog/trace/api/Config.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
import lombok.extern.slf4j.Slf4j;
2424

2525
/**
26-
* Config gives priority to system properties and falls back to environment variables. It also
27-
* includes default values to ensure a valid config.
26+
* Config reads values with the following priority: 1) system properties, 2) environment variables,
27+
* 3) optional configuration file. It also includes default values to ensure a valid config.
2828
*
2929
* <p>
3030
*

0 commit comments

Comments
 (0)