]> source.dussan.org Git - aspectj.git/commitdiff
unduly narrow API
authorwisberg <wisberg>
Fri, 9 Jan 2004 04:27:16 +0000 (04:27 +0000)
committerwisberg <wisberg>
Fri, 9 Jan 2004 04:27:16 +0000 (04:27 +0000)
bridge/src/org/aspectj/bridge/MessageUtil.java

index 7a3fea2d00c055e3059e70d2cbd3ecc7138804c9..79250943e86e0b06675fc8c7e328a27a3f599b18 100644 (file)
@@ -325,7 +325,7 @@ public class MessageUtil {
     }
     
     /** @return int number of message of this kind (optionally or greater) in list */
-    public static int numMessages(ArrayList messages, Kind kind, boolean orGreater) {
+    public static int numMessages(List messages, Kind kind, boolean orGreater) {
         if (LangUtil.isEmpty(messages)) {
             return 0;
         }