测试编译class文件

master
Qin Dong Ming 2024-09-06 09:02:58 +08:00
parent 1bc5d1a891
commit 47bae67b91
1 changed files with 0 additions and 3 deletions

View File

@ -49,9 +49,6 @@ public class GenerateConstant {
"public class " + getClassName(ruleVersion.getVersionCode()) + " extends " + DATA_SET + " {\n" + "public class " + getClassName(ruleVersion.getVersionCode()) + " extends " + DATA_SET + " {\n" +
" @Override\n" + " @Override\n" +
" public void run () {\n" + " public void run () {\n" +
"if(DataValue.getValue==null)\n{" +
"\nthrow new RuntimeException(\"数据不能为空!!!\");\n}\n" +
" }\n" +
"}"; "}";
} }