Commit 676755d
committed
PR 2.1 — Tidy: Replace Guava Maps.newConcurrentMap() in RuleBasedSegmentCacheInMemoryImp
Replace com.google.common.collect.Maps.newConcurrentMap() with
new ConcurrentHashMap<>() so this class can be extracted to
storage-commons without a Guava dependency.
AI-Session-Id: fc79892b-4019-43bf-bb4b-1b5865d3533e
AI-Tool: claude-code
AI-Model: unknown1 parent 6315db4 commit 676755d
File tree
1 file changed
+2
-2
lines changed- client/src/main/java/io/split/storages/memory
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments