Skip to content

Commit ebfd052

Browse files
committed
Merge branch 'mtoff/configconvert-boolean-exception' of github.com:DataDog/dd-trace-java into mtoff/configconvert-boolean-exception
2 parents 241ba69 + fdb60f8 commit ebfd052

File tree

1 file changed

+1
-1
lines changed
  • dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/instrumentation/decorator

1 file changed

+1
-1
lines changed

dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/instrumentation/decorator/BaseDecorator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public String apply(Class<?> clazz) {
4242
protected final boolean traceAnalyticsEnabled;
4343
protected final Double traceAnalyticsSampleRate;
4444

45-
protected BaseDeqcorator() {
45+
protected BaseDecorator() {
4646
final Config config = Config.get();
4747
final String[] instrumentationNames = instrumentationNames();
4848
this.traceAnalyticsEnabled =

0 commit comments

Comments
 (0)