mirror of https://github.com/apache/jclouds.git
Nova VolumeClient: improving javadocs
This commit is contained in:
parent
1dfcc6cde5
commit
ff1428e6f7
|
@ -42,8 +42,6 @@ import com.google.common.collect.Iterables;
|
||||||
/**
|
/**
|
||||||
* Tests behavior of VolumeClient
|
* Tests behavior of VolumeClient
|
||||||
*
|
*
|
||||||
* Cannot create snapshots whilst a volume is attached, hence single threaded
|
|
||||||
*
|
|
||||||
* @author Adam Lowe
|
* @author Adam Lowe
|
||||||
*/
|
*/
|
||||||
@Test(groups = "live", testName = "VolumeClientLiveTest", singleThreaded = true)
|
@Test(groups = "live", testName = "VolumeClientLiveTest", singleThreaded = true)
|
||||||
|
|
Loading…
Reference in New Issue