10000 Remove reference to j/c/g/c/b/Objects.toStringHelper. · DeepLn/google-http-java-client@26847c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 26847c2

Browse files
committed
Remove reference to j/c/g/c/b/Objects.toStringHelper.
Moving to MoreObjects is a bit interesting because the client library does not yet depend on Guava 18 and Guava 18 doesn't support JDK5. However, the client libraries already have a proxy class for Objects.toStringHelper so I just use it instead. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=107617466
1 parent ba00f3b commit 26847c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-http-client/src/test/java/com/google/api/client/http/UrlEncodedParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import com.google.api.client.util.ArrayMap;
1818
import com.google.api.client.util.GenericData;
1919
import com.google.api.client.util.Key;
20+
import com.google.api.client.util.Objects;
2021
import com.google.api.client.util.Value;
21-
import com.google.common.base.Objects;
2222

2323
import junit.framework.TestCase;
2424

0 commit comments

Comments
 (0)
0