From 0827063002d7fc50b787f1e5f6bbbbdc09802787 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Wed, 22 Nov 2017 11:17:15 +0100 Subject: Add missing @Override annotations Fix isses reported by Sonar thanks to IntelliJ's code inspection. Change-Id: Ief7b4307d4b90e107f010d7feaa307776afaf947 Signed-off-by: Marek Gradzki --- .../java/io/fd/honeycomb/northbound/netconf/NetconfReadersModule.java | 1 + 1 file changed, 1 insertion(+) (limited to 'infra/northbound/netconf/src/main') diff --git a/infra/northbound/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfReadersModule.java b/infra/northbound/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfReadersModule.java index 88d7a1c02..377ce6e3c 100644 --- a/infra/northbound/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfReadersModule.java +++ b/infra/northbound/netconf/src/main/java/io/fd/honeycomb/northbound/netconf/NetconfReadersModule.java @@ -32,6 +32,7 @@ public class NetconfReadersModule extends NorthboundAbstractModule