Skip to content

Commit c7659ef

Browse files
committed
Fixing wrong merge for #237
1 parent a5bf37c commit c7659ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ public void parse() {
123123
Method[] methods = type.getMethods();
124124
for (Method method : methods) {
125125
try {
126-
parseStatement(method);
127126
if (!method.isBridge()) { // issue #237
128127
parseStatement(method);
129128
}

0 commit comments

Comments
 (0)