Skip to content

Commit

Permalink
Make package protected
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Dec 9, 2024
1 parent 4af0dd5 commit c45470b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public SpringWebMvcTelemetry build() {
return new SpringWebMvcTelemetry(builder.build());
}

public DefaultHttpServerInstrumenterBuilder<HttpServletRequest, HttpServletResponse>
DefaultHttpServerInstrumenterBuilder<HttpServletRequest, HttpServletResponse>
getBuilder() {
return builder;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public SpringWebMvcTelemetry build() {
return new SpringWebMvcTelemetry(builder.build());
}

public DefaultHttpServerInstrumenterBuilder<HttpServletRequest, HttpServletResponse>
DefaultHttpServerInstrumenterBuilder<HttpServletRequest, HttpServletResponse>
getBuilder() {
return builder;
}
Expand Down

0 comments on commit c45470b

Please sign in to comment.