disable PMD/CPD checks in 2 portmapping classes
[transportpce.git] / common / src / main / java / org / opendaylight / transportpce / common / mapping / PortMappingVersion121.java
index 4fe79230c5022d972552e93125dfe63cd1b4c62d..aeb50d8ab9b00e9a9c238a9c1b65ae007000fdd5 100644 (file)
@@ -81,6 +81,7 @@ import org.slf4j.LoggerFactory;
 
 // FIXME: many common pieces of code between PortMapping Versions 121 and 221 and 710
 // some mutualization would be helpful
+@SuppressWarnings("CPD-START")
 public class PortMappingVersion121 {
 
     private static final Logger LOG = LoggerFactory.getLogger(PortMappingVersion121.class);