Skip to content

Commit

Permalink
Merge pull request #187 from zhanghai/patch-1
Browse files Browse the repository at this point in the history
Fix typo in StaticMockitoSessionBuilder javadoc.
  • Loading branch information
kkoser authored Sep 5, 2023
2 parents 65749b3 + 8116736 commit 23ce1d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public <T> StaticMockitoSessionBuilder mockStatic(Class<T> clazz) {
}

/**
* Sets up mocking for sall tatic methods of a class. All methods will call the {@code
* Sets up mocking for all static methods of a class. All methods will call the {@code
* defaultAnswer}.
* <p>This changes the behavior of <u>all</u> static methods calls for <u>all</u>
* invocations. In most cases using {@link #spyStatic(Class)} and stubbing only a few
Expand Down

0 comments on commit 23ce1d7

Please sign in to comment.