Skip to content

Commit

Permalink
Fix a confusing typo in subclassing error message (mockito#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
arteam authored and epeee committed Jun 22, 2020
1 parent dc9cd5e commit c6795b9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
Expand Down

0 comments on commit c6795b9

Please sign in to comment.