Skip to content

Commit 9bb8895

Browse files
authored
Review fixes for jaxws-common:javaagent (#18056)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 9ec2456 commit 9bb8895

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • instrumentation/jaxws/jaxws-common/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jaxws/common

instrumentation/jaxws/jaxws-common/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jaxws/common/JaxWsRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ public JaxWsRequest(Class<?> codeClass, String methodName) {
1414
this.methodName = methodName;
1515
}
1616

17-
public Class<?> codeClass() {
17+
Class<?> codeClass() {
1818
return codeClass;
1919
}
2020

21-
public String methodName() {
21+
String methodName() {
2222
return methodName;
2323
}
2424
}

0 commit comments

Comments
 (0)