Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
j-baker committed Aug 13, 2022
1 parent b543f46 commit 7b31b37
Showing 1 changed file with 2 additions and 5 deletions.
Expand Up @@ -4,15 +4,12 @@
*/
package org.mockito.internal.invocation;

import org.mockito.ArgumentMatcher;

import java.lang.reflect.Method;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;

import org.mockito.ArgumentMatcher;

@SuppressWarnings({"unchecked", "rawtypes"})
public class TypeSafeMatching implements ArgumentMatcherAction {

Expand Down

0 comments on commit 7b31b37

Please sign in to comment.