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 2e1afa9 + 734eec5 commit 58ef412Copy full SHA for 58ef412
src/main/java/org/apache/ibatis/cache/impl/PerpetualCache.java
@@ -28,7 +28,7 @@ public class PerpetualCache implements Cache {
28
29
private final String id;
30
31
- private Map<Object, Object> cache = new HashMap<>();
+ private final Map<Object, Object> cache = new HashMap<>();
32
33
public PerpetualCache(String id) {
34
this.id = id;
0 commit comments