This commit is contained in:
Oliver Heger 2011-03-19 16:56:23 +00:00
parent 1d0e73a682
commit 8fdbe09405
1 changed files with 1 additions and 0 deletions

View File

@ -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) {