master
parent
36c24376ef
commit
1456acd9b2
|
|
@ -100,8 +100,6 @@ public class TemplateUtil {
|
||||||
.append("() {\n");
|
.append("() {\n");
|
||||||
buffer.append("\t\treturn ").append(name).append(";\n");
|
buffer.append("\t\treturn ").append(name).append(";\n");
|
||||||
buffer.append("\t}\n");
|
buffer.append("\t}\n");
|
||||||
// 默认值
|
|
||||||
buffer.append(";\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return buffer.toString();
|
return buffer.toString();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue