javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@980926 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3244c46fe9
commit
678c9e52b7
|
@ -86,7 +86,7 @@ public final class Pair<L, R> implements Serializable {
|
|||
}
|
||||
|
||||
/**
|
||||
* Static creation method for a Pair<L, R>.
|
||||
* Static fluent creation method for a Pair<L, R>: <code>Pair.of(left, right)</code>
|
||||
* @param <L>
|
||||
* @param <R>
|
||||
* @param left
|
||||
|
|
Loading…
Reference in New Issue