aboutsummaryrefslogtreecommitdiffstats
path: root/guava-tests/test/com/google/common/collect/SortedIterablesTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava-tests/test/com/google/common/collect/SortedIterablesTest.java')
-rw-r--r--guava-tests/test/com/google/common/collect/SortedIterablesTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/guava-tests/test/com/google/common/collect/SortedIterablesTest.java b/guava-tests/test/com/google/common/collect/SortedIterablesTest.java
index b4340ea..d3a50f8 100644
--- a/guava-tests/test/com/google/common/collect/SortedIterablesTest.java
+++ b/guava-tests/test/com/google/common/collect/SortedIterablesTest.java
@@ -16,10 +16,10 @@ package com.google.common.collect;
import com.google.common.annotations.GwtCompatible;
-import java.util.SortedSet;
-
import junit.framework.TestCase;
+import java.util.SortedSet;
+
/**
* Unit tests for {@code SortedIterables}.
*