| Index: third_party/protobuf/java/core/src/test/java/com/google/protobuf/ProtobufArrayListTest.java
|
| diff --git a/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ProtobufArrayListTest.java b/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ProtobufArrayListTest.java
|
| index 3f45e226af3d70dc705a911b1ddd1e4a19948e80..af717bfd201453149122988fa4d5d3de239e2796 100644
|
| --- a/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ProtobufArrayListTest.java
|
| +++ b/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ProtobufArrayListTest.java
|
| @@ -32,12 +32,11 @@ package com.google.protobuf;
|
|
|
| import static java.util.Arrays.asList;
|
|
|
| -import junit.framework.TestCase;
|
| -
|
| import java.util.Collections;
|
| import java.util.ConcurrentModificationException;
|
| import java.util.Iterator;
|
| import java.util.List;
|
| +import junit.framework.TestCase;
|
|
|
| /**
|
| * Tests for {@link ProtobufArrayList}.
|
|
|