aboutsummaryrefslogtreecommitdiffstats
path: root/ajde.core
diff options
context:
space:
mode:
authoraclement <aclement>2011-04-04 18:18:11 +0000
committeraclement <aclement>2011-04-04 18:18:11 +0000
commiteb60d6856fbd7dbb865e37e74c7c2e7ab817a168 (patch)
treeac657293f474c76ea1d01d9afb364eae97ba1590 /ajde.core
parenteda49e25eadfed864174d4b158860ce44dab5327 (diff)
downloadaspectj-eb60d6856fbd7dbb865e37e74c7c2e7ab817a168.tar.gz
aspectj-eb60d6856fbd7dbb865e37e74c7c2e7ab817a168.zip
290741: encoding option on ICompilerConfiguration
Diffstat (limited to 'ajde.core')
-rw-r--r--ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java4
1 files changed, 4 insertions, 0 deletions
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;
+ }
+
}