Bug 845612 - Add @Override annotations for implemented interfaces. r=kats
This commit is contained in:
@@ -114,6 +114,7 @@ public class GeckoThread extends Thread implements GeckoEventListener {
|
||||
GeckoAppShell.runGecko(path, args, mUri, type);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void handleMessage(String event, JSONObject message) {
|
||||
if ("Gecko:Ready".equals(event)) {
|
||||
GeckoAppShell.getEventDispatcher().unregisterEventListener(event, this);
|
||||
|
||||
Reference in New Issue
Block a user