From: aclement Date: Mon, 4 Apr 2011 18:18:11 +0000 (+0000) Subject: 290741: encoding option on ICompilerConfiguration X-Git-Tag: V1_6_12M1~79 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eb60d6856fbd7dbb865e37e74c7c2e7ab817a168;p=aspectj.git 290741: encoding option on ICompilerConfiguration --- diff --git a/ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java b/ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java index f90ccc039..306a44e0c 100644 --- a/ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java +++ b/ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java @@ -167,4 +167,8 @@ public class TestCompilerConfiguration implements ICompilerConfiguration { return null; } + public String getProjectEncoding() { + return null; + } + }