]> source.dussan.org Git - aspectj.git/commitdiff
290741: encoding option on ICompilerConfiguration
authoraclement <aclement>
Mon, 4 Apr 2011 18:18:11 +0000 (18:18 +0000)
committeraclement <aclement>
Mon, 4 Apr 2011 18:18:11 +0000 (18:18 +0000)
ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java

index f90ccc039699e80ecb3c6d27dffadc4016906d77..306a44e0cd5c93a1f5e577a75848e97f0825ab08 100644 (file)
@@ -167,4 +167,8 @@ public class TestCompilerConfiguration implements ICompilerConfiguration {
                return null;
        }
 
+       public String getProjectEncoding() {
+               return null;
+       }
+
 }