Skip to content

Commit 5ff86ea

Browse files
committed
unnecessary, variable offset will be set right after break...
1 parent a7f9444 commit 5ff86ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/apache/ibatis/parsing/GenericTokenParser.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public String parse(String text) {
6666
end = text.indexOf(closeToken, offset);
6767
} else {
6868
expression.append(src, offset, end - offset);
69-
offset = end + closeToken.length();
7069
break;
7170
}
7271
}

0 commit comments

Comments
 (0)