zwzw1219 2017-10-17 21:28:48 +08:00
parent 36c24376ef
commit 1456acd9b2
1 changed files with 0 additions and 2 deletions

View File

@ -100,8 +100,6 @@ public class TemplateUtil {
.append("() {\n");
buffer.append("\t\treturn ").append(name).append(";\n");
buffer.append("\t}\n");
// 默认值
buffer.append(";\n");
}
return buffer.toString();