Fix checkstyle warnings about modifier order
Change-Id: I7babc855b9b52c0e85b53fa6fad6fe1b592bda28
This commit is contained in:
parent
794ac19fd9
commit
ed418c1974
@ -136,7 +136,7 @@ public class ProtobufImport extends SiteProgram {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@AutoValue
|
@AutoValue
|
||||||
static abstract class Relation {
|
abstract static class Relation {
|
||||||
private static Relation create(RelationModel model, ReviewDb db)
|
private static Relation create(RelationModel model, ReviewDb db)
|
||||||
throws IllegalAccessException, InvocationTargetException,
|
throws IllegalAccessException, InvocationTargetException,
|
||||||
NoSuchMethodException, ClassNotFoundException {
|
NoSuchMethodException, ClassNotFoundException {
|
||||||
|
@ -266,7 +266,7 @@ class WalkSorter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@AutoValue
|
@AutoValue
|
||||||
static abstract class PatchSetData {
|
abstract static class PatchSetData {
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
static PatchSetData create(ChangeData cd, PatchSet ps, RevCommit commit) {
|
static PatchSetData create(ChangeData cd, PatchSet ps, RevCommit commit) {
|
||||||
return new AutoValue_WalkSorter_PatchSetData(cd, ps, commit);
|
return new AutoValue_WalkSorter_PatchSetData(cd, ps, commit);
|
||||||
|
Loading…
Reference in New Issue
Block a user