Remove modifiers 'public' and 'abstract' from interface methods
These modifiers are unnecessary (default for interface methods). Change-Id: I5ad21dded21059922fb00449ba44e98037311ac4
This commit is contained in:
@@ -23,5 +23,5 @@ import java.lang.annotation.Target;
|
||||
@Target({METHOD})
|
||||
@Retention(RUNTIME)
|
||||
public @interface GerritConfigs {
|
||||
public GerritConfig[] value();
|
||||
GerritConfig[] value();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user