Index: third_party/protobuf/java/core/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java |
diff --git a/third_party/protobuf/java/core/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java b/third_party/protobuf/java/core/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java |
index 00f201ca588aa4b0dca7646fd7341ff4e1da0298..b1c75fc33c59ea65058888e5e449eca682343b2b 100644 |
--- a/third_party/protobuf/java/core/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java |
+++ b/third_party/protobuf/java/core/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java |
@@ -30,10 +30,11 @@ |
package com.google.protobuf; |
+import junit.framework.TestCase; |
+ |
import java.util.Iterator; |
import java.util.List; |
import java.util.ListIterator; |
-import junit.framework.TestCase; |
/** |
* Tests for {@link UnmodifiableLazyStringList}. |