From d41b116f0a177683a326a9d18c4f6aa1ece651de Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 31 Aug 2016 15:16:38 +0200 Subject: Fixing sonar issues #1 Change-Id: I4c27d0ad2fd1655db2237ae914361f029093084c Signed-off-by: Maros Marsalek --- .../fd/honeycomb/notification/impl/HoneycombNotificationCollector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra/notification') diff --git a/infra/notification/impl/src/main/java/io/fd/honeycomb/notification/impl/HoneycombNotificationCollector.java b/infra/notification/impl/src/main/java/io/fd/honeycomb/notification/impl/HoneycombNotificationCollector.java index c37e6925c..18b32020c 100644 --- a/infra/notification/impl/src/main/java/io/fd/honeycomb/notification/impl/HoneycombNotificationCollector.java +++ b/infra/notification/impl/src/main/java/io/fd/honeycomb/notification/impl/HoneycombNotificationCollector.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package io.fd.honeycomb.notification.impl; import io.fd.honeycomb.notification.NotificationCollector; @@ -54,7 +55,6 @@ public final class HoneycombNotificationCollector implements NotificationCollect } catch (InterruptedException e) { LOG.warn("Interrupted", e); Thread.currentThread().interrupt(); - throw new RuntimeException(e); } } -- cgit 1.2.3-korg