Remove explicit default super-constructor calls
[controller.git] / opendaylight / commons / liblldp / src / main / java / org / opendaylight / controller / liblldp / LLDP.java
index dfd8ca42e5e7b2271faf7a571515b506ca6000ed..7ed1ede781b8cf99c372bd6100ce2841c5a86764 100644 (file)
@@ -34,7 +34,6 @@ public class LLDP extends Packet {
      * Default constructor that creates the tlvList LinkedHashMap
      */
     public LLDP() {
-        super();
         init();
     }