You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2010/02/04 19:03:24 UTC

svn commit: r906585 - in /incubator/jspwiki/trunk/src/java/org/apache/wiki: action/LostPasswordActionBean.java auth/AuthenticationManager.java

Author: metskem
Date: Thu Feb  4 18:03:24 2010
New Revision: 906585

URL: http://svn.apache.org/viewvc?rev=906585&view=rev
Log:
get rid of minor javadoc errors

Modified:
    incubator/jspwiki/trunk/src/java/org/apache/wiki/action/LostPasswordActionBean.java
    incubator/jspwiki/trunk/src/java/org/apache/wiki/auth/AuthenticationManager.java

Modified: incubator/jspwiki/trunk/src/java/org/apache/wiki/action/LostPasswordActionBean.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/action/LostPasswordActionBean.java?rev=906585&r1=906584&r2=906585&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/action/LostPasswordActionBean.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/action/LostPasswordActionBean.java Thu Feb  4 18:03:24 2010
@@ -145,7 +145,7 @@
     }
 
     /**
-     * Sets the e-mail property. Used by the {@link #resetPassword()} event.
+     * Sets the e-mail property. Used by the {@link #reset()} event.
      * 
      * @param email the e-mail address
      */

Modified: incubator/jspwiki/trunk/src/java/org/apache/wiki/auth/AuthenticationManager.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/auth/AuthenticationManager.java?rev=906585&r1=906584&r2=906585&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/auth/AuthenticationManager.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/auth/AuthenticationManager.java Thu Feb  4 18:03:24 2010
@@ -639,7 +639,7 @@
     }
     
     /**
-     *  {@see #allowsCookieAuthentication()}
+     *  @see #allowsCookieAuthentication()
      *  @return <code>true</code> if cookies are allowed for authentication
      */
     public boolean isCookieAuthenticated()