explicit switch/case fallthroughs with a comment 29/85729/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Tue, 15 Oct 2019 09:13:28 +0000 (11:13 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Fri, 8 Nov 2019 14:02:12 +0000 (15:02 +0100)
commitbe34a428e8589997ac1aa931d4b7683df4f248a2
treefdc350d04b99074e553eb51a377ddcf8eebdac20
parent531e5023a9545d72e75eabb98dcbabc94741092e
explicit switch/case fallthroughs with a comment

The maven checkstyle plugin allows to comment explicitly fallthrough in
switch/case structures so that they do not raise a warning.
https://checkstyle.sourceforge.io/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/FallThroughCheck.html

Replace the @SuppressWarnings decorator by such a comment

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I80f45d149eef2f234ec40044ee4c7f8193df646a
networkmodel/src/main/java/org/opendaylight/transportpce/networkmodel/NetConfTopologyListener.java