mirror of https://github.com/apache/jclouds.git
Use correct package name for CloudFiles tests
Found via error-prone.
This commit is contained in:
parent
b47c50b7a5
commit
bc41e96c49
|
@ -14,8 +14,9 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.jclouds.rackspace.cloudfiles.v1.features;
|
||||
package org.jclouds.rackspace.cloudfiles.uk.features;
|
||||
|
||||
import org.jclouds.rackspace.cloudfiles.v1.features.CloudFilesObjectApiLiveTest;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
/**
|
||||
|
|
|
@ -14,8 +14,9 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.jclouds.rackspace.cloudfiles.v1.features;
|
||||
package org.jclouds.rackspace.cloudfiles.us.features;
|
||||
|
||||
import org.jclouds.rackspace.cloudfiles.v1.features.CloudFilesObjectApiLiveTest;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue