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 18:11:01 UTC

svn commit: r1128696 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SimpleRegexMatcher.java

Author: simonetripodi
Date: Sat May 28 16:11:01 2011
New Revision: 1128696

URL: http://svn.apache.org/viewvc?rev=1128696&view=rev
Log:
fixed javadoc violations

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

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SimpleRegexMatcher.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SimpleRegexMatcher.java?rev=1128696&r1=1128695&r2=1128696&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SimpleRegexMatcher.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SimpleRegexMatcher.java Sat May 28 16:11:01 2011
@@ -64,7 +64,7 @@ public class SimpleRegexMatcher
     /**
      * Sets the current <code>Log</code> implementation used by this class.
      *
-     * @param the current <code>Log</code> implementation used by this class.
+     * @param log the current <code>Log</code> implementation used by this class.
      */
     public void setLog( Log log )
     {