You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/akka/akka-actor-fork-join-2.5/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/akkaforkjoin/AkkaForkJoinTaskInstrumentation.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ public static class ForkJoinTaskAdvice {
55
55
56
56
/**
57
57
* When {@link ForkJoinTask} object is submitted to {@link ForkJoinPool} as {@link Runnable} or
58
-
* {@link Callable} it will not get wrapped, instead it will be casted to {@code ForkJoinTask}
58
+
* {@link Callable} it will not get wrapped, instead it will be cast to {@code ForkJoinTask}
59
59
* directly. This means state is still stored in {@code Runnable} or {@code Callable} and we
0 commit comments