Skip to content

Commit

Permalink
Regression: Remove added suppression.
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Jun 29, 2021
1 parent 5efb61f commit 8980e2d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import java.lang.reflect.Method;

/** Base class for generated subscriber meta info classes created by annotation processing. */
@SuppressWarnings({ "rawtypes", "TryWithIdenticalCatches", "unchecked" })
public abstract class AbstractSubscriberInfo implements SubscriberInfo {
private final Class subscriberClass;
private final Class<? extends SubscriberInfo> superSubscriberInfoClass;
Expand Down

0 comments on commit 8980e2d

Please sign in to comment.