Ignore fallthrough warning after Phosphorus bump 81/97281/9
authorguillaume.lambert <guillaume.lambert@orange.com>
Fri, 20 Aug 2021 15:46:41 +0000 (17:46 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Tue, 7 Sep 2021 14:35:59 +0000 (14:35 +0000)
JIRA: TRNSPRTPCE-435
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I07ea123534c8cb369014dcabac335f774ba1f6a0

pce/src/main/java/org/opendaylight/transportpce/pce/graph/PostAlgoPathValidator.java

index 39e278e9344641c3d00e336edcde55bd0700b401..904f700fd271f40e4dac806fe4c4b1ed177bab68 100644 (file)
@@ -44,6 +44,7 @@ public class PostAlgoPathValidator {
     public static final Long CONST_OSNR = 1L;
     public static final double SYS_MARGIN = 0;
 
+    @SuppressWarnings("fallthrough")
     @SuppressFBWarnings(
         value = "SF_SWITCH_FALLTHROUGH",
         justification = "intentional fallthrough")