Remove redundant interface modifiers
See gh-15694
This commit is contained in:
committed by
Stephane Nicoll
parent
3d02b0296c
commit
2d873c78fe
@@ -164,7 +164,7 @@ public class ImportsContextCustomizerFactoryTests {
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@SelfAnnotating
|
||||
static @interface SelfAnnotating {
|
||||
@interface SelfAnnotating {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user