浏览代码

290741: encoding option on ICompilerConfiguration

tags/V1_6_12M1
aclement 13 年前
父节点
当前提交
eb60d6856f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      ajde.core/testsrc/org/aspectj/ajde/core/TestCompilerConfiguration.java

+ 4
- 0
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;
}

}

正在加载...
取消
保存