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

@@ -181,7 +181,7 @@ public class BindableTests {
}
@Retention(RetentionPolicy.RUNTIME)
static @interface TestAnnotation {
@interface TestAnnotation {
}