Skip to content

Commit b307a33

Browse files
committed
Fix typo
1 parent 317da27 commit b307a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.jacoco.core/src/org/jacoco/core/runtime/ModifiedSystemClassRuntime.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public static IRuntime createFor(final Instrumentation inst,
114114
* @return new runtime instance
115115
*
116116
* @throws ClassNotFoundException
117-
* id the given class can not be found
117+
* if the given class can not be found
118118
*/
119119
public static IRuntime createFor(final Instrumentation inst,
120120
final String className, final String accessFieldName)

0 commit comments

Comments
 (0)