We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd6708 commit 076c2b1Copy full SHA for 076c2b1
1 file changed
dd-trace-api/src/main/java/datadog/trace/api/Config.java
@@ -872,7 +872,7 @@ private static <V extends Enum<V>> Set<V> convertStringSetToEnumSet(
872
* @return The {@link Properties} object. the returned instance might be empty of file does not
873
* exist or if it is in a wrong format.
874
*/
875
- private static synchronized Properties loadConfigurationFile() {
+ private static Properties loadConfigurationFile() {
876
Properties properties = new Properties();
877
878
String configurationFilePath =
0 commit comments