Bug 1263571 - Post: make checkstyle happy r=me

MozReview-Commit-ID: GvcUZz2Jd4w

--HG--
extra : rebase_source : 6557841de66a857b14ade56b9ff404098ed3ce70
extra : source : a3b0aafbc909236da4521c06970128874b627894
extra : histedit_source : 8c99e692e7f286f29aad56aaa6dde39f8f862490
This commit is contained in:
Andrzej Hunt 2016-04-24 20:29:57 +02:00
parent b16d4df72f
commit 63cf5690a2

View File

@ -148,7 +148,7 @@ public class DoorHangerPopup extends AnchoredPopup
// This callback is automatically executed on the UI thread.
@Override
public void onTabChanged(final Tab tab, final Tabs.TabEvents msg, final String data) {
switch(msg) {
switch (msg) {
case CLOSED:
// Remove any doorhangers for a tab when it's closed (make
// a temporary set to avoid a ConcurrentModificationException)