Skip to content

Commit 8980e2d

Browse files
Regression: Remove added suppression.
1 parent 5efb61f commit 8980e2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

EventBus/src/org/greenrobot/eventbus/meta/AbstractSubscriberInfo.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import java.lang.reflect.Method;
2323

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

0 commit comments

Comments
 (0)