mirror of https://github.com/apache/cloudstack.git
Fixed return type Void to void in DataMotionStrategy.The main changes are: - Changing methods Void to void. - Removal of the method Void copyAsync(DataObject srcData, DataObject destData, AsyncCompletionCallback<CopyCommandResult> callback) that was never used. We noticed that methods form that class are using the return type Void with capital V. This way that method has to return a null value at the end. Removed trim lines from XenServerStorageMotionStrategy. The trim lines were removed from XenServerStorageMotionStrategy. * pr/969: Changed return of methods from DataMotionStrategy, Void to void Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> |
||
|---|---|---|
| .. | ||
| acl/static-role-based | ||
| affinity-group-processors | ||
| alert-handlers | ||
| api | ||
| database | ||
| dedicated-resources | ||
| deployment-planners | ||
| event-bus | ||
| file-systems/netapp | ||
| ha-planners/skip-heurestics | ||
| host-allocators/random | ||
| hypervisors | ||
| network-elements | ||
| storage | ||
| storage-allocators/random | ||
| user-authenticators | ||
| pom.xml | ||