You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/05/28 17:55:14 UTC

svn commit: r1128689 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/StackAction.java

Author: simonetripodi
Date: Sat May 28 15:55:14 2011
New Revision: 1128689

URL: http://svn.apache.org/viewvc?rev=1128689&view=rev
Log:
fixed checkstyle violation: Line is longer than 120 characters.

Modified:
    commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/StackAction.java

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/StackAction.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/StackAction.java?rev=1128689&r1=1128688&r2=1128689&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/StackAction.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/StackAction.java Sat May 28 15:55:14 2011
@@ -48,7 +48,8 @@ public interface StackAction
      * @param d is the digester instance.
      * @param stackName is the name of the stack onto which the object has been pushed. Null is passed to indicate the
      *            default stack.
-     * @param o is the object that has just been pushed. Calling peek on the specified stack will return the same object.
+     * @param o is the object that has just been pushed. Calling peek on the specified stack will return
+     *        the same object.
      * @return the object to be pushed. Normally, parameter o is returned but this method could return an alternate
      *         object to be pushed instead (eg a proxy for the provided object).
      */