Skip to content

Commit e5a06c5

Browse files
Fix typo (#2655)
1 parent 93bba11 commit e5a06c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mockito/internal/creation/bytebuddy/SubclassByteBuddyMockMaker.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* the type to mock, extra interfaces, and serialization support.
2323
*
2424
* <p>
25-
* The type to mock has to be not final and not part of the JDK. THe created mock will implement extra interfaces
25+
* The type to mock has to be not final and not part of the JDK. The created mock will implement extra interfaces
2626
* if any. And will implement <code>Serializable</code> if this settings is explicitly set.
2727
*/
2828
public class SubclassByteBuddyMockMaker implements ClassCreatingMockMaker {

0 commit comments

Comments
 (0)