mirror of https://github.com/apache/jclouds.git
Revert "JCLOUDS-653: Address Guava 18 deprecations"
This reverts commit 65e1def4bdc1d763f505a8316dd6eb78f26300a8. Many conflicts due to many changes between above commit and now.
This commit is contained in:
parent
a12c168ad2
commit
691144caa9
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
package org.jclouds.rackspace.cloudfiles.v1.domain;
|
||||
|
||||
import static com.google.common.base.MoreObjects.toStringHelper;
|
||||
import static com.google.common.base.Objects.toStringHelper;
|
||||
import static com.google.common.base.Preconditions.checkNotNull;
|
||||
|
||||
import java.beans.ConstructorProperties;
|
||||
|
@ -24,8 +24,8 @@ import java.net.URI;
|
|||
|
||||
import javax.inject.Named;
|
||||
|
||||
import com.google.common.base.MoreObjects.ToStringHelper;
|
||||
import com.google.common.base.Objects;
|
||||
import com.google.common.base.Objects.ToStringHelper;
|
||||
|
||||
/**
|
||||
* Represents a CDN Container in Rackspace Cloud Files.
|
||||
|
|
Loading…
Reference in New Issue