Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / packet / ICMP.java
index 987394402d7157f44a011c3d16ab77308855d8a6..79d6f6014f76c1ebccddfa78f740b2a0dd0389bc 100644 (file)
@@ -20,7 +20,7 @@ import org.opendaylight.controller.sal.utils.NetUtils;
 /**
  * Class that represents the ICMP packet objects
  */
-
+@Deprecated
 public class ICMP extends Packet {
     private static final String TYPE = "Type";
     private static final String CODE = "Code";