diff --git a/src/main/java/org/mockito/internal/creation/bytebuddy/SubclassInjectionLoader.java b/src/main/java/org/mockito/internal/creation/bytebuddy/SubclassInjectionLoader.java index 5211629449..c70de01355 100644 --- a/src/main/java/org/mockito/internal/creation/bytebuddy/SubclassInjectionLoader.java +++ b/src/main/java/org/mockito/internal/creation/bytebuddy/SubclassInjectionLoader.java @@ -21,7 +21,7 @@ class SubclassInjectionLoader implements SubclassLoader { join( "The current JVM does not support any class injection mechanism.", "", - "Currently, Mockito supports injection via neither by method handle lookups or using sun.misc.Unsafe", + "Currently, Mockito supports injection via either by method handle lookups or using sun.misc.Unsafe", "Neither seems to be available on your current JVM."); private final SubclassLoader loader;