Skip to content

Commit 52de2ac

Browse files
committed
Add missing @SInCE, setting it straight to 28.1.
RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=265963602
1 parent f21f4f5 commit 52de2ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guava/src/com/google/common/collect/RangeMap.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ public interface RangeMap<K extends Comparable, V> {
121121
* <p>For example, if {@code rangeMap} had one entry {@code [1, 5] => 3} then {@code
122122
* rangeMap.merge(Range.closed(0,2), 3, Math::max)} could yield a range map with the entries
123123
* {@code [0, 1) => 3, [1, 2] => 3, (2, 5] => 3}.
124+
*
125+
* @since 28.1
124126
*/
125127
void merge(
126128
Range<K> range,

0 commit comments

Comments
 (0)