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/internal/internal-class-loader/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/internal/classloader/LoadInjectedClassInstrumentation.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ public void transform(TypeTransformer transformer) {
58
58
publicstaticclassLoadClassAdvice {
59
59
60
60
// Class loader stub is shaded back to the real class loader class. It is used to call protected
61
-
// method from the advice that the complier won't let us call directly. During runtime it is
61
+
// method from the advice that the compiler won't let us call directly. During runtime it is
62
62
// fine since this code is inlined into subclasses of ClassLoader that can call protected
0 commit comments