Skip to content

Commit 901761a

Browse files
committed
polish
1 parent df6bc39 commit 901761a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/io/split/storages/memory/RuleBasedSegmentCacheInMemoryImp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public void clear() {
7575
_concurrentMap.clear();
7676
}
7777

78-
public void putMany(List<ParsedRuleBasedSegment> ruleBasedSegments) {
78+
private void putMany(List<ParsedRuleBasedSegment> ruleBasedSegments) {
7979
for (ParsedRuleBasedSegment ruleBasedSegment : ruleBasedSegments) {
8080
_concurrentMap.put(ruleBasedSegment.ruleBasedSegment(), ruleBasedSegment);
8181
}

0 commit comments

Comments
 (0)