Skip to content

Commit 7c35da0

Browse files
committed
spotless
1 parent 8451d0d commit 7c35da0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

instrumentation/aws-sdk/aws-sdk-1.11/javaagent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id("otel.javaagent-instrumentation")
33
}
44

5-
val minVersion = "1.11.106";
5+
val minVersion = "1.11.106"
66

77
// All v1.11.x versions are out of support (https://github.com/aws/aws-sdk-java#supported-minor-versions)
88
// but we opportunistically try to work with this minor version as well. Versions from

instrumentation/aws-sdk/aws-sdk-1.11/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/awssdk/v1_11/AwsClientInstrumentation.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
import net.bytebuddy.description.type.TypeDescription;
1818
import net.bytebuddy.matcher.ElementMatcher;
1919

20-
/**
21-
* This instrumentation requires at least version 1.11.106.
22-
*/
20+
/** This instrumentation requires at least version 1.11.106. */
2321
public class AwsClientInstrumentation implements TypeInstrumentation {
2422

2523
@Override

0 commit comments

Comments
 (0)