Add checkstyle rule to prevent empty statements (;)
[controller.git] / opendaylight / networkconfiguration / neutron / src / main / java / org / opendaylight / controller / networkconfig / neutron / NeutronSubnet.java
index d7919394867b0ef67b43ca7c20498f3a21df6ae7..c6ea9421f9b9d928944ced8e7ceeb7de40a3de6c 100644 (file)
@@ -265,7 +265,6 @@ public class NeutronSubnet {
                 allocationPools = source.splitPool(gatewayIP);\r
             }\r
         } catch (Exception e) {\r
-            ;\r
         }\r
     }\r
 \r