Bug 1539144 - Follow-up checkstyle fix in WebExtensionController.java

Verified with `./mach android checkstyle`

Differential Revision: https://phabricator.services.mozilla.com/D37710

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Rob Wu 2019-07-11 11:57:40 +00:00
parent dd99be44eb
commit 1b2dc590f5

View File

@ -29,7 +29,7 @@ public class WebExtensionController implements BundleEventListener {
private WebExtensionEventDispatcher mDispatcher;
private TabDelegate mTabDelegate;
protected WebExtensionController(GeckoRuntime runtime, WebExtensionEventDispatcher dispatcher) {
protected WebExtensionController(final GeckoRuntime runtime, final WebExtensionEventDispatcher dispatcher) {
mRuntime = runtime;
mDispatcher = dispatcher;
}