Ignore serializable warnings after Phosphorus bump
[transportpce.git] / pce / src / main / java / org / opendaylight / transportpce / pce / gnpy / utils / AToZComparator.java
index 333107dc7388e614591c69b8b3bb8faf4dac579e..0f1b32aa1e282ddca7ea60495474e3a7e6fce624 100644 (file)
@@ -12,6 +12,7 @@ import java.io.Serializable;
 import java.util.Comparator;
 import org.opendaylight.yang.gen.v1.http.org.transportpce.b.c._interface.pathdescription.rev210705.path.description.atoz.direction.AToZ;
 
+@SuppressWarnings("serial")
 @edu.umd.cs.findbugs.annotations.SuppressFBWarnings(
     value = "SE_NO_SERIALVERSIONID",
     justification = "https://github.com/rzwitserloot/lombok/wiki/WHY-NOT:-serialVersionUID")