-
Enhancement
-
Resolution: Done
-
Minor
-
None
`public`, `static` and `final` are redundant modifiers of members for interface fields.
When an interface in Java has member vars they are always `public static final`. I suggest we remove all occurrences of redundant `public static final` modifiers in interface definitions.
- is duplicated by
-
DBZ-5984 Remove redundant Java keywords
- Closed