Make sure invokeOperation is set once
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / packet / LLDP.java
index 9b5dc082bb2303084775026131a11552b5614add..1f20e855564bbe41bbc6e2c83604ac1de1ecd63a 100644 (file)
@@ -19,7 +19,7 @@ import org.opendaylight.controller.sal.utils.NetUtils;
 /**
  * Class that represents the LLDP frame objects
  */
-
+@Deprecated
 public class LLDP extends Packet {
     private static final String CHASSISID = "ChassisId";
     private static final String SYSTEMNAMEID = "SystemNameID";