We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c6c161 + 0abc020 commit 15566c4Copy full SHA for 15566c4
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