Enable coala checks
[netvirt.git] / dhcpservice / impl / src / main / java / org / opendaylight / netvirt / dhcpservice / jobs / DhcpAllocationPoolAddJob.java
index 227170189e94fd8f63cc29293d1c00097db2ee2b..8bd43ee57d3f7e5f4022359cc2926d1bbc9481f0 100644 (file)
@@ -35,4 +35,4 @@ public class DhcpAllocationPoolAddJob implements Callable<List<ListenableFuture<
             tx -> DhcpServiceUtils.bindDhcpService(interfaceName, NwConstants.DHCP_TABLE, tx)));
     }
 
-}
\ No newline at end of file
+}