]> source.dussan.org Git - aspectj.git/commitdiff
268827: tell ajdt about class file removal
authoraclement <aclement>
Fri, 20 Mar 2009 17:37:22 +0000 (17:37 +0000)
committeraclement <aclement>
Fri, 20 Mar 2009 17:37:22 +0000 (17:37 +0000)
ajde/testsrc/org/aspectj/ajde/ui/utils/TestOutputLocationManager.java

index 67f4ce2aac8f1569e0c1489e44d67eed306b4c79..5405d2fb49046d7a8558c25c3086d24f0f23a639 100644 (file)
@@ -87,4 +87,7 @@ public class TestOutputLocationManager implements IOutputLocationManager {
                return null;
        }
 
+       public void reportClassFileRemove(String outputfile) {
+       }
+
 }