Fix minor CheckStyle warnings
- Correct modifier order to follow JLS recommendation - Wrap closing braces Change-Id: Iad5d4f9dd29b9d52a76c4f3be8776e75950b5346
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user