测试编译class文件
parent
1bc5d1a891
commit
47bae67b91
|
@ -49,9 +49,6 @@ public class GenerateConstant {
|
|||
"public class " + getClassName(ruleVersion.getVersionCode()) + " extends " + DATA_SET + " {\n" +
|
||||
" @Override\n" +
|
||||
" public void run () {\n" +
|
||||
"if(DataValue.getValue==null)\n{" +
|
||||
"\nthrow new RuntimeException(\"数据不能为空!!!\");\n}\n" +
|
||||
" }\n" +
|
||||
"}";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue