diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-08-31 15:16:38 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-08-31 15:39:43 +0200 |
commit | d41b116f0a177683a326a9d18c4f6aa1ece651de (patch) | |
tree | e41057bb035c7ea6762e27f48224ac4822bcd00b /infra/notification/impl/src | |
parent | 7567ab4670f6cdf44e227ab8d547414a755401df (diff) |
Fixing sonar issues #1
Change-Id: I4c27d0ad2fd1655db2237ae914361f029093084c
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'infra/notification/impl/src')
-rw-r--r-- | infra/notification/impl/src/main/java/io/fd/honeycomb/notification/impl/HoneycombNotificationCollector.java | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |