]> source.dussan.org Git - aspectj.git/commitdiff
generics
authoraclement <aclement>
Sat, 10 Dec 2011 01:03:52 +0000 (01:03 +0000)
committeraclement <aclement>
Sat, 10 Dec 2011 01:03:52 +0000 (01:03 +0000)
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/MainTest.java

index b5c79a1b1d433ba32bf923ffe73fb879e009f047..8d6f788d46150d68b6c682545c147a2b0dec099f 100644 (file)
@@ -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());