Procházet zdrojové kódy

generics

tags/V1_7_0RC1
aclement před 12 roky
rodič
revize
2c58ec6329

+ 1
- 1
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/MainTest.java Zobrazit soubor

@@ -23,7 +23,7 @@ import org.aspectj.bridge.AbortException;
public class MainTest extends AjcTestCase {
public void testMainbare() {
ArrayList list = new ArrayList();
ArrayList<String> list = new ArrayList<String>();
// Usage now printed by Eclipse compiler so doesn't appear here in our message list
// Main.bareMain(new String[] {"-help"}, false, list, null, null, null);
// assertTrue(1 == list.size());

Načítá se…
Zrušit
Uložit