git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1083232 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1d0e73a682
commit
8fdbe09405
|
@ -70,6 +70,7 @@ public class ImmutablePair<L, R> extends Pair<L, R> {
|
|||
* Therefore always an exception is thrown.
|
||||
*
|
||||
* @param value the value to set
|
||||
* @return the old right value
|
||||
* @throws UnsupportedOperationException as this operation is not supported
|
||||
*/
|
||||
public R setValue(R value) {
|
||||
|
|
Loading…
Reference in New Issue