]> source.dussan.org Git - aspectj.git/commitdiff
binary-incompatible change to IMessage-based API (using ISourceLocation anyway)
authorwisberg <wisberg>
Wed, 30 Apr 2003 02:29:18 +0000 (02:29 +0000)
committerwisberg <wisberg>
Wed, 30 Apr 2003 02:29:18 +0000 (02:29 +0000)
ajde/src/org/aspectj/ajde/TaskListManager.java

index bae3f8c40c0fe7b7633d4b8650163fdfb8dbb00e..b9b7cc57e6d585d14a2845f6b1b281cc5e027fce 100644 (file)
@@ -33,6 +33,8 @@ public interface TaskListManager {
         */ 
     public void addSourcelineTask(String message, ISourceLocation sourceLocation, IMessage.Kind kind);
 
+    public void addSourcelineTask(IMessage message);
+
        /**
         * Add a task associated with the current project.
         *