Skip to content

Commit

Permalink
missing final
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarkwat committed Feb 6, 2024
1 parent 539af5a commit ffb230b
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 @@ -8,7 +8,7 @@
import com.twitter.finagle.netty4.transport.ChannelTransport;

/** Exposes the finagle-internal {@link ChannelTransport#HandlerName()}. */
public class ChannelTransportHelpers {
public final class ChannelTransportHelpers {
private ChannelTransportHelpers() {}

public static String getHandlerName() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import io.opentelemetry.javaagent.instrumentation.netty.v4_1.NettyServerSingletons;
import java.util.Deque;

public class Helpers {
public final class Helpers {

private Helpers() {}

Expand Down

0 comments on commit ffb230b

Please sign in to comment.