Remove explicit default super-constructor calls
[controller.git] / opendaylight / config / netty-threadgroup-config / src / main / java / org / opendaylight / controller / config / yang / netty / threadgroup / NioEventLoopGroupCloseable.java
index 8e8ee64f3e2bbc62636b2cd5ee11813c9529458f..5f92f943e38253b2dad493b14343749393d5a162 100644 (file)
@@ -16,7 +16,6 @@ public class NioEventLoopGroupCloseable extends NioEventLoopGroup implements Aut
     }
 
     private NioEventLoopGroupCloseable() {
     }
 
     private NioEventLoopGroupCloseable() {
-        super();
     }
 
     @Override
     }
 
     @Override