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

index 90d363180209ed923b8f6177754d82e45ac9f048..c76a388c294acee3dadc778ed56178f3cc4e7adf 100644 (file)
@@ -170,4 +170,8 @@ public class TestCompilerConfiguration implements ICompilerConfiguration {
                return null;
        }
 
+       public String getProjectEncoding() {
+               return null;
+       }
+
 }