Skip to content

Commit 9e38d84

Browse files
authored
Review fixes for avaje-jex-3.0:javaagent (open-telemetry#17269)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent efa5469 commit 9e38d84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • instrumentation/avaje-jex-3.0/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/avaje/jex/v3_0

instrumentation/avaje-jex-3.0/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/avaje/jex/v3_0/TestJexJavaApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class TestJexJavaApplication {
1212

1313
private TestJexJavaApplication() {}
1414

15-
public static Server initJex() {
15+
static Server initJex() {
1616
Jex app = Jex.create().contextPath("/test");
1717
app.get(
1818
"/param/{id}",

0 commit comments

Comments
 (0)