GitHub user jongyoul reopened a pull request: https://github.com/apache/zeppelin/pull/3067
[WIP][ZEPPELIN-3609][PART-1] Refactor ZeppelinServer class ### What is this PR for? Refactoring ZeppelinServer to add new feature easily and understand more clearly. And I'd like to refactor with several commits not to keep apart from the current master. ### What type of PR is it? [Refactoring] ### Todos * [x] - Intorduce @Inject annotation for server component ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-3609 ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/jongyoul/zeppelin ZEPPELIN-3609 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/3067.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3067 ---- commit 1dd065c00e1497721d1486467c704e425091ab0c Author: Jongyoul Lee <jongyoul@...> Date: 2018-08-16T05:58:52Z Adopt formatter for `ZeppelinServer.java` commit 8aa15ed0f47b9e455a8595a85438d10dfafb5c61 Author: Jongyoul Lee <jongyoul@...> Date: 2018-08-16T06:16:31Z [WIP] Add formatter ---- ---