aboutsummaryrefslogtreecommitdiffstats
path: root/guava-tests/test/com/google/common/collect/ForwardingCollectionTest.java
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2015-01-06 16:17:43 +0000
committerPaul Duffin <paulduffin@google.com>2015-01-08 14:36:14 +0000
commit3c77433663281544363151bf284b0240dfd22a42 (patch)
tree80bc061726b4720c9bf713a2a494920b393c2a7e /guava-tests/test/com/google/common/collect/ForwardingCollectionTest.java
parent5e6db342fc75b1945298142530f2d1d1861bce73 (diff)
downloadandroid_external_guava-3c77433663281544363151bf284b0240dfd22a42.tar.gz
android_external_guava-3c77433663281544363151bf284b0240dfd22a42.tar.bz2
android_external_guava-3c77433663281544363151bf284b0240dfd22a42.zip
Upgraded Guava to unmodified v14.0.1
This simply copies the Guava source for v14.0.1 straight from its github repository into this one. Additional commits will be made which will allow this to compile on Android. Change-Id: If0a8231e1d9530b7bdd94474403f7055e013979f
Diffstat (limited to 'guava-tests/test/com/google/common/collect/ForwardingCollectionTest.java')
-rw-r--r--guava-tests/test/com/google/common/collect/ForwardingCollectionTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/guava-tests/test/com/google/common/collect/ForwardingCollectionTest.java b/guava-tests/test/com/google/common/collect/ForwardingCollectionTest.java
index 47942c5..bf45998 100644
--- a/guava-tests/test/com/google/common/collect/ForwardingCollectionTest.java
+++ b/guava-tests/test/com/google/common/collect/ForwardingCollectionTest.java
@@ -96,7 +96,7 @@ public class ForwardingCollectionTest extends ForwardingTestCase {
private Collection<String> forward;
- public static Test suite(){
+ public static Test suite() {
TestSuite suite = new TestSuite();
suite.addTestSuite(ForwardingCollectionTest.class);