Skip to content

Commit

Permalink
Remove final designated as unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
philsttr committed Oct 18, 2023
1 parent b1b9ffd commit e71ec21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public MetroServerSpanNameUpdater() {
*/
private void registerHttpServletRequestAdapter(
String name, String key, String httpServletRequestClassName) {
final HttpServletRequestAdapter adapter;
HttpServletRequestAdapter adapter;
try {
adapter =
new HttpServletRequestAdapter(
Expand Down

0 comments on commit e71ec21

Please sign in to comment.