DaanHoogland commented on a change in pull request #2048: CLOUDSTACK-9880: 
Expansion of Management IP Range.
URL: https://github.com/apache/cloudstack/pull/2048#discussion_r146798058
 
 

 ##########
 File path: engine/schema/src/com/cloud/dc/dao/DataCenterIpAddressDao.java
 ##########
 @@ -23,17 +23,17 @@
 
 public interface DataCenterIpAddressDao extends 
GenericDao<DataCenterIpAddressVO, Long> {
 
-    public DataCenterIpAddressVO takeIpAddress(long dcId, long podId, long 
instanceId, String reservationId);
+    DataCenterIpAddressVO takeIpAddress(long dcId, long podId, long 
instanceId, String reservationId);
 
 Review comment:
   good cleanup

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to