Skip to content
Commit 09e64e3e authored by Benedikt Spranger's avatar Benedikt Spranger Committed by Bastian Germann
Browse files

Remove redundant modifier



Interfaces are abstract by definition so the abstract modifier on the
interface is redundant.
Classes inside of interfaces are public and static by definition, so the
public and static modifiers on the inner classes are redundant.
Fields in interfaces and annotations are automatically public, static and
final, so these modifiers are redundant as well.

Remove redundant modifier and use a common modifier order.

Signed-off-by: default avatarBenedikt Spranger <b.spranger@linutronix.de>
Reviewed-by: default avatarBastian Germann <bage@linutronix.de>
parent 668570e6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment