Fix Checkstyle warnings related to class and member modifier order
Change the order of class and member modifiers to follow the order defined in the Java Language Specification and the Google Java Style guide [1]. [1] https://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s4.8.7-modifiers Change-Id: Ic7f85cb4d15f49159095aa37d3c41dbffd69c805
This commit is contained in:
@@ -41,7 +41,7 @@ public class FromAddressGeneratorProvider implements
|
||||
|
||||
@Inject
|
||||
FromAddressGeneratorProvider(@GerritServerConfig final Config cfg,
|
||||
final @AnonymousCowardName String anonymousCowardName,
|
||||
@AnonymousCowardName final String anonymousCowardName,
|
||||
@GerritPersonIdent final PersonIdent myIdent,
|
||||
final AccountCache accountCache) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user