You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/15 18:34:33 UTC

svn commit: r1831653 - /commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/aggregator/package-info.java

Author: ggregory
Date: Tue May 15 18:34:33 2018
New Revision: 1831653

URL: http://svn.apache.org/viewvc?rev=1831653&view=rev
Log:
Typo: 'JavaDoc' -> 'Javadoc'.

Modified:
    commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/aggregator/package-info.java

Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/aggregator/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/aggregator/package-info.java?rev=1831653&r1=1831652&r2=1831653&view=diff
==============================================================================
--- commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/aggregator/package-info.java (original)
+++ commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/aggregator/package-info.java Tue May 15 18:34:33 2018
@@ -30,7 +30,7 @@
  * and be able to constantly report on the average (or mean) value of
  * this series. There is no specification about the maximum amount of data that
  * can be aggregated -- some subclasses might impose such restrictions,
- * if that is the case then that will be specified in their JavaDoc's.
+ * if that is the case then that will be specified in their Javadoc's.
  * </p>
  */
 package org.apache.commons.functor.aggregator;