Skip to content

Commit 2b43900

Browse files
committed
drop leftover TODOs
1 parent 2c14c29 commit 2b43900

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public OpenTelemetrySdkService() {
7878

7979
this.mojosInstrumentationEnabled =
8080
configProperties.getBoolean("otel.instrumentation.maven.mojo.enabled", true);
81-
// TODO maybe default would be false
8281
this.transferInstrumentationEnabled =
8382
configProperties.getBoolean("otel.instrumentation.maven.transfer.enabled", false);
8483

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ public final class OtelLifecycleParticipant extends AbstractMavenLifecyclePartic
4444

4545
@Override
4646
public void afterSessionStart(MavenSession session) {
47-
// TODO transfers happen before afterProjectsRead() - not sure I understand the issue in the
48-
// comment of afterProjectsRead()
4947
if (openTelemetrySdkService.isTransferInstrumentationEnabled()) {
5048
registerTransferListener(session);
5149
}

0 commit comments

Comments
 (0)