]> source.dussan.org Git - aspectj.git/commitdiff
268827: tell ajdt about class file removal
authoraclement <aclement>
Fri, 20 Mar 2009 17:38:45 +0000 (17:38 +0000)
committeraclement <aclement>
Fri, 20 Mar 2009 17:38:45 +0000 (17:38 +0000)
ajbrowser/src/org/aspectj/tools/ajbrowser/core/BrowserOutputLocationManager.java

index 4fcd9d9aae086a571063ae74ebe824e194683963..eee5242a4f166da2ae71670105b1662dd313149e 100644 (file)
@@ -61,4 +61,7 @@ public class BrowserOutputLocationManager implements IOutputLocationManager {
        public void reportClassFileWrite(String outputfile) {
        }
 
+       public void reportClassFileRemove(String outputfile) {
+       }
+
 }