Skip to content

Commit

Permalink
Remove looseSignature from ShadowInstrumentation
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Jan 27, 2024
1 parent ef6c5fa commit 53dd73c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
import org.robolectric.util.reflector.ForType;
import org.robolectric.util.reflector.WithType;

@Implements(value = Instrumentation.class, looseSignatures = true)
@Implements(value = Instrumentation.class)
public class ShadowInstrumentation {

@RealObject private Instrumentation realObject;
Expand Down

0 comments on commit 53dd73c

Please sign in to comment.