cloudstack/plugins/hypervisors/hyperv
Rohit Yadav a59cf68f50 Merge pull request #969 from rafaelweingartner/master-lrg-cs-hackday-002
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>
2016-01-27 16:08:07 +01:00
..
DotNet/ServerResource Removed unused agent command AttachVolumeCommand and corresponding answer AttachVolumeAnswer 2015-08-26 09:50:23 +05:30
conf no extranous log4j files 2015-01-08 17:36:17 +01:00
resources/META-INF/cloudstack CLOUDSTACK-5610: Host doesn't go to Down/Alert state even though it is powered off. VM 2013-12-27 16:35:23 +05:30
src Changed return of methods from DataMotionStrategy, Void to void 2015-11-28 12:09:54 -02:00
test/com/cloud/hypervisor/hyperv/test completed the new vmsync TODOs in the code. 2014-07-28 12:51:37 -07:00
buildagent.sh Make sure only unit tests are run during build time and not functional tests. 2013-11-04 18:48:54 +05:30
pom.xml Updating pom.xml version numbers for release 4.9.0-SNAPSHOT 2016-01-26 15:12:20 +01:00