Fix minor CheckStyle warnings
- Correct modifier order to follow JLS recommendation - Wrap closing braces Change-Id: Iad5d4f9dd29b9d52a76c4f3be8776e75950b5346
This commit is contained in:
parent
47180f89d0
commit
69d35942c8
@ -48,7 +48,8 @@ public class MyAgreementsScreen extends SettingsScreen {
|
||||
@Override
|
||||
public void preDisplay(JsArray<AgreementInfo> result) {
|
||||
agreements.display(Natives.asList(result));
|
||||
}});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
private static class AgreementTable extends FancyFlexTable<ContributorAgreement> {
|
||||
|
@ -85,7 +85,8 @@ public class NewAgreementScreen extends AccountScreen {
|
||||
}
|
||||
postRPC();
|
||||
}
|
||||
}});
|
||||
}
|
||||
});
|
||||
|
||||
available = Gerrit.info().auth().contributorAgreements();
|
||||
postRPC();
|
||||
|
@ -98,7 +98,7 @@ class ChangeNotesParser {
|
||||
new RevId("INVALID PARTIAL PATCH SET");
|
||||
|
||||
@AutoValue
|
||||
static abstract class ApprovalKey {
|
||||
abstract static class ApprovalKey {
|
||||
abstract PatchSet.Id psId();
|
||||
abstract Account.Id accountId();
|
||||
abstract String label();
|
||||
|
Loading…
Reference in New Issue
Block a user