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:
Adrian Cole 2014-10-23 20:21:23 -07:00 committed by Adrian Cole
parent a12c168ad2
commit 691144caa9
1 changed files with 2 additions and 2 deletions

View File

@ -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.