Skip to content

Commit c6a7878

Browse files
author
wei.zw
committed
misc:enhance nodeHandlerMap ,using a global Map instead of local variables
1 parent 5a4a653 commit c6a7878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/apache/ibatis/scripting/xmltags/XMLScriptBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public XMLScriptBuilder(Configuration configuration, XNode context, Class<?> par
4747
super(configuration);
4848
this.context = context;
4949
this.parameterType = parameterType;
50+
initNodeHandlerMap();
5051
}
5152

5253

0 commit comments

Comments
 (0)