Skip to content

Commit 7f5cde1

Browse files
committed
Add missing @SInCE for inverted()
1 parent 9b122c4 commit 7f5cde1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/apache/commons/collections4/MultiValuedMap.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public interface MultiValuedMap<K, V> {
146146
* for each key-to-value mapping in the original.
147147
*
148148
* @return a new MultiValuedMap with inverted mappings
149+
* @since 4.6.0
149150
*/
150151
default MultiValuedMap<V, K> inverted() {
151152
throw new UnsupportedOperationException(getClass() + ".inverted()");

0 commit comments

Comments
 (0)