Skip to content

Commit 70de93f

Browse files
Better docs
1 parent c328b4d commit 70de93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven-extension/src/main/java/io/opentelemetry/maven/OtelLifecycleParticipant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void afterProjectsRead(MavenSession session) {
6060
new ChainedExecutionListener(this.otelExecutionListener, initialExecutionListener));
6161
logger.debug(
6262
"OpenTelemetry: OpenTelemetry extension registered as execution listener. InitialExecutionListener: {}",
63-
initialExecutionListener);
63+
initialExecutionListener);
6464
}
6565
}
6666

0 commit comments

Comments
 (0)