explicit switch/case fallthroughs with a comment 16/85116/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Tue, 15 Oct 2019 09:13:28 +0000 (11:13 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Tue, 15 Oct 2019 09:25:50 +0000 (11:25 +0200)
commitc4aa74f99441ee1d59195c5356ebf080352a1133
tree518432c4c5b765e9f2a91df39e7ddbf0376cd098
parent1b290f8e8a33836fcf5960ebbd19ae5afe4b17ce
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