]> 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)
ajbrowser/src/org/aspectj/tools/ajbrowser/core/BrowserCompilerConfiguration.java

index 5d94fbaa261acb0a73e83a3b4930ccee26d36b6e..89c0f9a088c69642d513cf5dbe391628efa1ccf9 100644 (file)
@@ -111,4 +111,9 @@ public class BrowserCompilerConfiguration implements ICompilerConfiguration {
        public List getProjectXmlConfigFiles() {
                return Collections.EMPTY_LIST;
        }
+
+       public String getProjectEncoding() {
+               return null;
+       }
+
 }