Remove redundant interface modifiers

See gh-15694
This commit is contained in:
igor-suhorukov
2019-01-12 20:53:10 +03:00
committed by Stephane Nicoll
parent 3d02b0296c
commit 2d873c78fe
6 changed files with 22 additions and 22 deletions

View File

@@ -164,7 +164,7 @@ public class ImportsContextCustomizerFactoryTests {
@Retention(RetentionPolicy.RUNTIME)
@SelfAnnotating
static @interface SelfAnnotating {
@interface SelfAnnotating {
}