Skip to content

Commit b1dd893

Browse files
committed
[JAVA-239]: getting late, forgot to remove import lines
1 parent a4b72b5 commit b1dd893

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/org/bson/BSONTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import org.bson.types.*;
2626
import org.testng.annotations.*;
2727

28-
import com.mongodb.util.*;
2928
import org.testng.Assert;
3029

3130
public class BSONTest extends Assert {

src/test/org/bson/PoolOutputBufferTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
package org.bson;
2020

21-
import com.mongodb.util.TestCase;
2221
import java.util.*;
2322

2423
import org.testng.annotations.Test;

0 commit comments

Comments
 (0)