You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2014/11/01 21:49:13 UTC

svn commit: r1636036 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeHandlerDecorator.java

Author: oheger
Date: Sat Nov  1 20:49:13 2014
New Revision: 1636036

URL: http://svn.apache.org/r1636036
Log:
Removed @author tag; added @since tag.

Modified:
    commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeHandlerDecorator.java

Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeHandlerDecorator.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeHandlerDecorator.java?rev=1636036&r1=1636035&r2=1636036&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeHandlerDecorator.java (original)
+++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeHandlerDecorator.java Sat Nov  1 20:49:13 2014
@@ -31,8 +31,8 @@ import java.util.Set;
  * provide the underlying handler.
  * </p>
  *
- * @author Oliver Heger
  * @version $Id$
+ * @since 2.0
  * @param <T> the type of the nodes supported by this handler
  */
 public abstract class NodeHandlerDecorator<T> implements NodeHandler<T>