mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-09 06:06:11 +02:00
Fix SONAR warnings in CORSA pipelines
Change-Id: I0137d63f6b6154a836df4a23317f6451debc2353
This commit is contained in:
parent
37d1062be9
commit
325c7575fa
@ -117,6 +117,7 @@ public class CorsaPipelineV3 extends AbstractCorsaPipeline {
|
||||
isPresentModEthDst = true;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case OUTPUT:
|
||||
isPresentOutpuPort = true;
|
||||
default:
|
||||
|
||||
@ -270,6 +270,7 @@ public class CorsaPipelineV39 extends CorsaPipelineV3 {
|
||||
isPresentModEthDst = true;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case OUTPUT:
|
||||
isPresentOutpuPort = true;
|
||||
default:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user