Remove redundant 'final' and 'public' modifiers
Change-Id: I7567e42f1d8203037a2d5596acce0fc09475714b
This commit is contained in:
@@ -70,7 +70,7 @@ public abstract class AccountGroupScreen extends MenuScreen {
|
||||
});
|
||||
}
|
||||
|
||||
protected abstract void display(final GroupInfo group, final boolean canModify);
|
||||
protected abstract void display(GroupInfo group, boolean canModify);
|
||||
|
||||
protected AccountGroup.UUID getGroupUUID() {
|
||||
return group.getGroupUUID();
|
||||
|
||||
@@ -88,7 +88,7 @@ abstract class ChunkManager {
|
||||
}
|
||||
}
|
||||
|
||||
abstract Runnable diffChunkNav(final CodeMirror cm, final Direction dir);
|
||||
abstract Runnable diffChunkNav(CodeMirror cm, Direction dir);
|
||||
|
||||
void diffChunkNavHelper(List<? extends DiffChunkInfo> chunks,
|
||||
DiffScreen host, int res, Direction dir) {
|
||||
|
||||
@@ -778,7 +778,7 @@ abstract class DiffScreen extends Screen {
|
||||
this.prefsAction = prefsAction;
|
||||
}
|
||||
|
||||
abstract void operation(final Runnable apply);
|
||||
abstract void operation(Runnable apply);
|
||||
|
||||
private Runnable upToChange(final boolean openReplyBox) {
|
||||
return new Runnable() {
|
||||
|
||||
Reference in New Issue
Block a user