Skip to content

Commit 87c6e79

Browse files
committed
Polishing
1 parent 0a84d36 commit 87c6e79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/apache/ibatis/executor/keygen/Jdbc3KeyGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public void processBatch(MappedStatement ms, Statement stmt, Object parameter) {
7676
} catch (Exception e) {
7777
throw new ExecutorException("Error getting generated key or setting result to parameter object. Cause: " + e, e);
7878
}
79-
// ignore
8079
}
8180

8281
protected void assignKeysToOneOfParams(final Configuration configuration, ResultSet rs, final String[] keyProperties,

0 commit comments

Comments
 (0)