]> source.dussan.org Git - aspectj.git/commitdiff
245566: final config interface change
authoraclement <aclement>
Tue, 2 Sep 2008 23:23:59 +0000 (23:23 +0000)
committeraclement <aclement>
Tue, 2 Sep 2008 23:23:59 +0000 (23:23 +0000)
testing/src/org/aspectj/testing/ajde/CompileCommand.java

index 924051488ee95f401789f77e349a9ac8735f35f1..e2bef253112cb0670a88e2e4eecf192470d8afe8 100644 (file)
@@ -356,6 +356,11 @@ class MyCompilerConfig implements ICompilerConfiguration {
        public int getConfigurationChanges() {
                return ICompilerConfiguration.EVERYTHING;
        }
+
+       public List getClasspathElementsWithModifiedContents() {
+               return null;
+       }
+
 }
 
 class MyOutputLocationManager implements IOutputLocationManager {
@@ -379,5 +384,4 @@ class MyOutputLocationManager implements IOutputLocationManager {
        public String getUniqueIdentifier() {
                return null;
        }
-
 }