Skip to content

Commit d87fff1

Browse files
committed
typo
1 parent d88370e commit d87fff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/executor/resultset/NestedResultSetHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private boolean applyNestedResultMappings(ResultSet rs, ResultMap resultMap, Met
162162
targetMetaObject.add(rowValue);
163163
} else {
164164
if (!parentIsNew) {
165-
throw new ExecutorException("Trying to orverride a previous set value for the association '" + resultMapping.getProperty()
165+
throw new ExecutorException("Trying to overwrite a previous set value for the association '" + resultMapping.getProperty()
166166
+ "'. Check your id/result elements to ensure they identify uniquely an record.");
167167
}
168168
metaObject.setValue(resultMapping.getProperty(), rowValue);

0 commit comments

Comments
 (0)