mirror of https://github.com/apache/jclouds.git
Issue 158: moved AddressToLocation to the compute package
This commit is contained in:
parent
22fbcb7be4
commit
a8348fcb17
|
@ -16,7 +16,7 @@
|
||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
package org.jclouds.softlayer.functions;
|
package org.jclouds.softlayer.compute.functions;
|
||||||
|
|
||||||
import org.jclouds.domain.Location;
|
import org.jclouds.domain.Location;
|
||||||
import org.jclouds.domain.LocationBuilder;
|
import org.jclouds.domain.LocationBuilder;
|
|
@ -16,7 +16,7 @@
|
||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
package org.jclouds.softlayer.functions;
|
package org.jclouds.softlayer.compute.functions;
|
||||||
|
|
||||||
import org.jclouds.domain.Location;
|
import org.jclouds.domain.Location;
|
||||||
import org.jclouds.softlayer.domain.Address;
|
import org.jclouds.softlayer.domain.Address;
|
||||||
|
@ -33,7 +33,7 @@ import static org.testng.AssertJUnit.assertTrue;
|
||||||
*
|
*
|
||||||
* @author Jason King
|
* @author Jason King
|
||||||
*/
|
*/
|
||||||
@Test(sequential = true,groups = "unit")
|
@Test(singleThreaded = true,groups = "unit")
|
||||||
public class AddressToLocationTest {
|
public class AddressToLocationTest {
|
||||||
|
|
||||||
private AccountToLocation function;
|
private AccountToLocation function;
|
Loading…
Reference in New Issue