Browse Source

jfinal 3.6

James 7 years ago
parent
commit
16f51ed9f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/jfinal/template/expr/ast/MethodKit.java

+ 1 - 1
src/main/java/com/jfinal/template/expr/ast/MethodKit.java

@@ -60,7 +60,7 @@ public class MethodKit {
 	static {
 		String[] ms = {
 			"getClass", "getDeclaringClass", "forName", "newInstance", "getClassLoader",
-			"getMethod", "getMethods", "invoke", // "getField", "getFields",
+			"invoke", // "getMethod", "getMethods", // "getField", "getFields",
 			"notify", "notifyAll", "wait",
 			"load", "exit", "loadLibrary", "halt",
 			"stop", "suspend", "resume", "setDaemon", "setPriority",