We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21898b1 commit 0abc020Copy full SHA for 0abc020
src/test/java/junit/samples/ListTest.java
@@ -8,7 +8,7 @@
8
import junit.framework.TestSuite;
9
10
/**
11
- * A sample test case, testing {@link java.util.Vector}.
+ * A sample test case, testing {@link java.util.ArrayList}.
12
*/
13
public class ListTest extends TestCase {
14
protected List<Integer> fEmpty;
src/test/java/org/junit/samples/ListTest.java
@@ -12,7 +12,7 @@
import org.junit.Test;
15
16
17
public class ListTest {
18
0 commit comments