Skip to content

Commit

Permalink
Complete javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Sep 14, 2020
1 parent b6ae6cf commit e6fdaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mockito/plugins/MockMaker.java
Expand Up @@ -85,7 +85,7 @@ public interface MockMaker {
* {@link #getHandler(Object)} will return this instance.
* @param instance The object to spy upon.
* @param <T> Type of the mock to return, actually the <code>settings.getTypeToMock</code>.
* @return
* @return The spy instance, if this mock maker supports direct spy creation.
* @since 3.5.0
*/
default <T> Optional<T> createSpy(
Expand Down

0 comments on commit e6fdaf7

Please sign in to comment.