Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobat committed Oct 25, 2023
1 parent 7f130a9 commit eb9922d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,10 @@ public class LateBoundSpanProcessor implements SpanProcessor {
private boolean warningLogged = false;
private SpanProcessor delegate;

public LateBoundSpanProcessor() {
}

public LateBoundSpanProcessor(SpanProcessor delegate) {
this.delegate = delegate;
}

// fixme remove this method
/**
* Set the actual {@link SpanProcessor} to use as the delegate.
*
* @param delegate Properly constructed {@link SpanProcessor} for processing spans.
*/
public void setSpanProcessorDelegate(SpanProcessor delegate) {
this.delegate = delegate;
}

/**
* If we haven't previously logged an error,
* log an error about a missing {@code delegate} and set {@code warningLogged=true}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import io.quarkus.deployment.annotations.ExecutionTime;
import io.quarkus.deployment.annotations.Record;
import io.quarkus.deployment.builditem.LaunchModeBuildItem;
import io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem;
import io.quarkus.deployment.builditem.nativeimage.ServiceProviderBuildItem;
import io.quarkus.opentelemetry.deployment.exporter.otlp.ExternalOtelExporterBuildItem;

Expand Down

0 comments on commit eb9922d

Please sign in to comment.