Skip to content

Commit 665e9ed

Browse files
committed
./gradlew spotlessApply
1 parent 01bec8a commit 665e9ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instrumentation/logback/logback-access-jetty-12.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/logback/access/jetty/v12_0/AccessEventMapper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ public class AccessEventMapper {
2222
public static final String ACCESS_EVENT_NAME = "access-event";
2323

2424
@SuppressWarnings({"MethodCanBeStatic", "EmptyCatch"})
25-
// MethodCanBeStatic: This method should eventually refer to configs in this class. So it should not
25+
// MethodCanBeStatic: This method should eventually refer to configs in this class. So it should
26+
// not
2627
// be static.
2728
// EmptyCatch: for parsing URI, the input itself is actually one URI, so there is low chance the
2829
// exception would be thrown. Even when it actually happened, there is not much we can do here.

instrumentation/logback/logback-access-jetty-12.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/logback/access/jetty/v12_0/LogbackAccessInstrumentationModule.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import com.google.auto.service.AutoService;
1111
import io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule;
1212
import io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation;
13-
1413
import java.util.List;
1514

1615
@AutoService(InstrumentationModule.class)

0 commit comments

Comments
 (0)