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:
@@ -243,8 +243,8 @@ public class ChangeHookRunner implements ChangeHooks, EventDispatcher,
|
||||
@Inject
|
||||
public ChangeHookRunner(final WorkQueue queue,
|
||||
final GitRepositoryManager repoManager,
|
||||
final @GerritServerConfig Config config,
|
||||
final @AnonymousCowardName String anonymousCowardName,
|
||||
@GerritServerConfig final Config config,
|
||||
@AnonymousCowardName final String anonymousCowardName,
|
||||
final SitePaths sitePath,
|
||||
final ProjectCache projectCache,
|
||||
final AccountCache accountCache,
|
||||
|
||||
Reference in New Issue
Block a user