work around broken kdoc test

This commit is contained in:
Stepan Koltsov
2012-06-14 22:44:44 +04:00
parent 4ebefd756d
commit f074d493c8
2 changed files with 17 additions and 1 deletions
@@ -146,6 +146,14 @@ public class K2JVMCompilerArguments extends CompilerArguments {
this.stdlib = stdlib;
}
public String getMode() {
return mode;
}
public void setMode(String mode) {
this.mode = mode;
}
@Override
public boolean isTags() {
return tags;