You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/11/08 01:23:22 UTC

svn commit: r1539879 - in /commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor: core/composite/Composite.java core/composite/Conditional.java generator/util/EachElement.java

Author: mbenson
Date: Fri Nov  8 00:23:22 2013
New Revision: 1539879

URL: http://svn.apache.org/r1539879
Log:
javadoc

Modified:
    commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/composite/Composite.java
    commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/composite/Conditional.java
    commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/generator/util/EachElement.java

Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/composite/Composite.java
URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/composite/Composite.java?rev=1539879&r1=1539878&r2=1539879&view=diff
==============================================================================
--- commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/composite/Composite.java (original)
+++ commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/composite/Composite.java Fri Nov  8 00:23:22 2013
@@ -28,6 +28,9 @@ import org.apache.commons.functor.Proced
  */
 public final class Composite {
 
+    /**
+     * Hidden constructor as this only is a helper class with static methods.
+     */
     private Composite() {
     }
 

Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/composite/Conditional.java
URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/composite/Conditional.java?rev=1539879&r1=1539878&r2=1539879&view=diff
==============================================================================
--- commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/composite/Conditional.java (original)
+++ commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/core/composite/Conditional.java Fri Nov  8 00:23:22 2013
@@ -32,6 +32,9 @@ import org.apache.commons.functor.Proced
  */
 public final class Conditional {
 
+    /**
+     * Hidden constructor as this only is a helper class with static methods.
+     */
     private Conditional() {
     }
 

Modified: commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/generator/util/EachElement.java
URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/generator/util/EachElement.java?rev=1539879&r1=1539878&r2=1539879&view=diff
==============================================================================
--- commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/generator/util/EachElement.java (original)
+++ commons/proper/functor/trunk/core/src/main/java/org/apache/commons/functor/generator/util/EachElement.java Fri Nov  8 00:23:22 2013
@@ -29,6 +29,9 @@ import org.apache.commons.functor.genera
  */
 public final class EachElement {
 
+    /**
+     * Hidden constructor as this only is a helper class with static methods.
+     */
     private EachElement() {
     }