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.
2 parents fcf16f1 + 77ffbbc commit 0883505Copy full SHA for 0883505
src/main/java/org/apache/ibatis/cache/decorators/BlockingCache.java
@@ -76,7 +76,7 @@ public Object getObject(Object key) {
76
77
@Override
78
public Object removeObject(Object key) {
79
- // despite of its name, this method is called only to release locks
+ // despite its name, this method is called only to release locks
80
releaseLock(key);
81
return null;
82
}
0 commit comments