ソースを参照

add final

tags/2.0.1
Jonathan Cobb 4年前
コミット
13fd0bc476
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      wizard-server/src/main/java/org/cobbzilla/wizard/cache/redis/RedisService.java

+ 1
- 1
wizard-server/src/main/java/org/cobbzilla/wizard/cache/redis/RedisService.java ファイルの表示

@@ -58,7 +58,7 @@ public class RedisService {
this.key = key;
}

private Map<String, RedisService> prefixServiceCache = new ConcurrentHashMap<>();
private final Map<String, RedisService> prefixServiceCache = new ConcurrentHashMap<>();

public RedisService prefixNamespace(String prefix) { return prefixNamespace(prefix, configuration.getRedis().getKey()); }



読み込み中…
キャンセル
保存