Skip to content

Commit 0764453

Browse files
committed
spotless
1 parent 978db3a commit 0764453

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

instrumentation/servlet/servlet-3.0/testing/src/test/java/io/opentelemetry/javaagent/instrumentation/servlet/v3_0/mapping/TomcatServlet3MappingTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
import org.junit.jupiter.api.io.TempDir;
1515

1616
class TomcatServlet3MappingTest extends AbstractServlet3MappingTest<Tomcat, Context> {
17-
@TempDir
18-
private static File tempDir;
17+
@TempDir private static File tempDir;
1918

2019
@Override
2120
protected Tomcat setupServer() throws Exception {

instrumentation/servlet/servlet-3.0/testing/src/test/java/io/opentelemetry/javaagent/instrumentation/servlet/v3_0/tomcat/TomcatServlet3Test.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ public abstract class TomcatServlet3Test extends AbstractServlet3Test<Tomcat, Co
5959
false);
6060
private final TestAccessLogValve accessLogValue = new TestAccessLogValve();
6161

62-
@TempDir
63-
private static File tempDir;
62+
@TempDir private static File tempDir;
6463

6564
@Override
6665
protected void configure(HttpServerTestOptions options) {

0 commit comments

Comments
 (0)