You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2012/12/20 00:39:28 UTC

svn commit: r1424226 - /commons/proper/functor/trunk/src/site/xdoc/examples.xml

Author: kinow
Date: Wed Dec 19 23:39:27 2012
New Revision: 1424226

URL: http://svn.apache.org/viewvc?rev=1424226&view=rev
Log:
Adding link to Aggregators javadoc in the examples page

Modified:
    commons/proper/functor/trunk/src/site/xdoc/examples.xml

Modified: commons/proper/functor/trunk/src/site/xdoc/examples.xml
URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/src/site/xdoc/examples.xml?rev=1424226&r1=1424225&r2=1424226&view=diff
==============================================================================
--- commons/proper/functor/trunk/src/site/xdoc/examples.xml (original)
+++ commons/proper/functor/trunk/src/site/xdoc/examples.xml Wed Dec 19 23:39:27 2012
@@ -28,8 +28,9 @@
       <p>
          This page contains basic examples using <a href="apidocs/org/apache/commons/functor/Predicate.html">Predicates</a>, 
          <a href="apidocs/org/apache/commons/functor/Function.html">Functions</a>, 
-         <a href="apidocs/org/apache/commons/functor/Procedure.html">Procedures</a> and 
-         <a href="apidocs/org/apache/commons/functor/generator/Generator.html">Generators</a>. 
+         <a href="apidocs/org/apache/commons/functor/Procedure.html">Procedures</a>, 
+         <a href="apidocs/org/apache/commons/functor/generator/Generator.html">Generators</a> and 
+         <a href="apidocs/org/apache/commons/functor/aggregator/Aggregator.html">Aggregators</a>. 
          There are also examples using composition and more practical examples 
          at the bottom of this page.
       </p>