From 05332409beb1cadeb143413529f4e76c96cdb470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 9 May 2015 22:24:41 +0200 Subject: [PATCH] Suppress fallthrough java warning --- .../src/org/fdroid/fdroid/views/swap/ConnectSwapActivity.java | 1 + 1 file changed, 1 insertion(+) diff --git a/F-Droid/src/org/fdroid/fdroid/views/swap/ConnectSwapActivity.java b/F-Droid/src/org/fdroid/fdroid/views/swap/ConnectSwapActivity.java index 67176c50e..010c56126 100644 --- a/F-Droid/src/org/fdroid/fdroid/views/swap/ConnectSwapActivity.java +++ b/F-Droid/src/org/fdroid/fdroid/views/swap/ConnectSwapActivity.java @@ -92,6 +92,7 @@ public class ConnectSwapActivity extends ActionBarActivity implements ProgressLi } @Override + @SuppressWarnings("fallthrough") public void onProgress(Event event) { // TODO: Show progress, but we can worry about that later. // Might be nice to have it nicely embedded in the UI, rather than as