Issue 695: Moved DisksTest package into correct parent

This commit is contained in:
Jason King 2011-11-22 09:44:55 +00:00
parent c67072f5b5
commit 0cada01d5e
1 changed files with 1 additions and 3 deletions

View File

@ -16,11 +16,9 @@
* specific language governing permissions and limitations
* under the License.
*/
package org.jclouds.tmrk.enterprisecloud.hardware;
package org.jclouds.tmrk.enterprisecloud.domain.hardware;
import org.jclouds.tmrk.enterprisecloud.domain.Size;
import org.jclouds.tmrk.enterprisecloud.domain.hardware.Disks;
import org.jclouds.tmrk.enterprisecloud.domain.hardware.VirtualDisk;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;