Author: tn
Date: Fri Oct 18 21:58:39 2013
New Revision: 1533646

URL: http://svn.apache.org/r1533646
Log:
Add javadoc for generic parameter types.

Modified:
    
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Pair.java

Modified: 
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Pair.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Pair.java?rev=1533646&r1=1533645&r2=1533646&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Pair.java 
(original)
+++ 
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Pair.java 
Fri Oct 18 21:58:39 2013
@@ -143,6 +143,8 @@ public class Pair<K, V> {
      * Convenience factory method that calls the
      * {@link #Pair(Object, Object) constructor}.
      *
+     * @param <K> the key type
+     * @param <V> the value type
      * @param k First element of the pair.
      * @param v Second element of the pair.
      * @return a new {@code Pair} containing {@code k} and {@code v}.


Reply via email to