You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/07/04 19:28:45 UTC

svn commit: r1499815 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/Frequency.java

Author: sebb
Date: Thu Jul  4 17:28:45 2013
New Revision: 1499815

URL: http://svn.apache.org/r1499815
Log:
Spell it out - easier to read

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/Frequency.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/Frequency.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/Frequency.java?rev=1499815&r1=1499814&r2=1499815&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/Frequency.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/Frequency.java Thu Jul  4 17:28:45 2013
@@ -232,7 +232,7 @@ public class Frequency implements Serial
     }
 
     /**
-     * Returns the number of values = v.
+     * Returns the number of values equal to v.
      * Returns 0 if the value is not comparable.
      *
      * @param v the value to lookup.
@@ -255,7 +255,7 @@ public class Frequency implements Serial
     }
 
     /**
-     * Returns the number of values = v.
+     * Returns the number of values equal to v.
      *
      * @param v the value to lookup.
      * @return the frequency of v.
@@ -265,7 +265,7 @@ public class Frequency implements Serial
     }
 
     /**
-     * Returns the number of values = v.
+     * Returns the number of values equal to v.
      *
      * @param v the value to lookup.
      * @return the frequency of v.
@@ -275,7 +275,7 @@ public class Frequency implements Serial
     }
 
     /**
-     * Returns the number of values = v.
+     * Returns the number of values equal to v.
      *
      * @param v the value to lookup.
      * @return the frequency of v.