Skip to content

Commit

Permalink
Fix a confusing typo in subclassing error message (#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
arteam committed Jun 18, 2020
1 parent a0dd0b9 commit 4fd405d
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 4fd405d

Please sign in to comment.