aboutsummaryrefslogtreecommitdiffstats
path: root/guava-tests/test/com/google/common/collect/AbstractBiMapTest.java
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2015-01-23 14:38:46 +0000
committerPaul Duffin <paulduffin@google.com>2015-02-12 20:44:38 +0000
commit0888a09821a98ac0680fad765217302858e70fa4 (patch)
tree6f6fc4b017cd2d7870406f435fa44796fb3ac1f1 /guava-tests/test/com/google/common/collect/AbstractBiMapTest.java
parent8733ee5d13d66d24cf2cce4f23fc1be2aac2f49e (diff)
downloadandroid_external_guava-0888a09821a98ac0680fad765217302858e70fa4.tar.gz
android_external_guava-0888a09821a98ac0680fad765217302858e70fa4.tar.bz2
android_external_guava-0888a09821a98ac0680fad765217302858e70fa4.zip
Upgraded Guava to unmodified jdk5-backport-v17.0-compatibility
This simply copies the Guava source for jdk5-backport-v17.0-compatibility straight from the github repository into this one. See https://github.com/google/guava.git Additional commits will be made which will allow this to compile on Android. Change-Id: I07db3bd92bb7370cad9d9b9c9cc4d67733b079b6
Diffstat (limited to 'guava-tests/test/com/google/common/collect/AbstractBiMapTest.java')
-rw-r--r--guava-tests/test/com/google/common/collect/AbstractBiMapTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/guava-tests/test/com/google/common/collect/AbstractBiMapTest.java b/guava-tests/test/com/google/common/collect/AbstractBiMapTest.java
index f1ccf92..5616ecc 100644
--- a/guava-tests/test/com/google/common/collect/AbstractBiMapTest.java
+++ b/guava-tests/test/com/google/common/collect/AbstractBiMapTest.java
@@ -14,12 +14,12 @@
package com.google.common.collect;
+import junit.framework.TestCase;
+
import java.util.IdentityHashMap;
import java.util.Iterator;
import java.util.Map.Entry;
-import junit.framework.TestCase;
-
/**
* Tests for {@code AbstractBiMap}.
*