Skip to content

Commit

Permalink
remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Jul 28, 2021
1 parent bfb36de commit 68546af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public ElementMatcher<TypeDescription> typeMatcher() {

@Override
public void transform(TypeTransformer transformer) {
// .and(takesArgument(3, named()))
transformer.applyAdviceToMethod(
named("connect").and(takesArgument(1, named("java.net.SocketAddress"))),
TransportConnectorInstrumentation.class.getName() + "$ConnectAdvice");
Expand Down

0 comments on commit 68546af

Please sign in to comment.