git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@980926 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2010-07-30 19:05:15 +00:00
parent 3244c46fe9
commit 678c9e52b7
1 changed files with 1 additions and 1 deletions

View File

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