Skip to content

Commit 6a79b19

Browse files
committed
more
1 parent 9b9c0be commit 6a79b19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instrumentation/play/play-ws/play-ws-1.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/playws/v1_0/PlayWsInstrumentationModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import play.shaded.ahc.org.asynchttpclient.ws.WebSocketUpgradeHandler;
2828

2929
@AutoService(InstrumentationModule.class)
30-
public final class PlayWsInstrumentationModule extends InstrumentationModule
30+
public class PlayWsInstrumentationModule extends InstrumentationModule
3131
implements ExperimentalInstrumentationModule {
3232
public PlayWsInstrumentationModule() {
3333
super("play-ws", "play-ws-1.0");

0 commit comments

Comments
 (0)