diff options
author | aclement <aclement> | 2011-04-04 18:16:37 +0000 |
---|---|---|
committer | aclement <aclement> | 2011-04-04 18:16:37 +0000 |
commit | 365882f2f263f03439760f05226bbffa587116c3 (patch) | |
tree | 88794b96d22c2aef2f1be5f2052494d91c07aea5 | |
parent | aa9173848323f62db93ba2b011468f5c148cc82f (diff) | |
download | aspectj-365882f2f263f03439760f05226bbffa587116c3.tar.gz aspectj-365882f2f263f03439760f05226bbffa587116c3.zip |
290741: encoding option on ICompilerConfiguration
-rw-r--r-- | ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java b/ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java index 90d363180..c76a388c2 100644 --- a/ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java +++ b/ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java @@ -170,4 +170,8 @@ public class TestCompilerConfiguration implements ICompilerConfiguration { return null; } + public String getProjectEncoding() { + return null; + } + } |