We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066d231 commit 6af8646Copy full SHA for 6af8646
src/main/java/org/apache/ibatis/cache/decorators/TransactionalCache.java
@@ -127,7 +127,7 @@ private void unlockMissedEntries() {
127
try {
128
delegate.removeObject(entry);
129
} catch (Exception e) {
130
- log.warn("Unexpected exception while notifiying a rollback to the cache adapter. "
+ log.warn("Unexpected exception while notifying a rollback to the cache adapter. "
131
+ "Consider upgrading your cache adapter to the latest version. Cause: " + e);
132
}
133
0 commit comments