Github user pdube commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1263#discussion_r59026583 --- Diff: server/src/com/cloud/api/ApiServer.java --- @@ -223,10 +226,7 @@ private static ExecutorService s_executor = new ThreadPoolExecutor(10, 150, 60, TimeUnit.SECONDS, new LinkedBlockingQueue<Runnable>(), new NamedThreadFactory( "ApiServer")); @Inject - MessageBus _messageBus; - - public ApiServer() { - } + private MessageBus _messageBus; --- End diff -- Why leave the underscore here?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---