You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2008/09/18 05:15:39 UTC

svn commit: r696554 - in /incubator/jspwiki/trunk: ChangeLog src/com/ecyrd/jspwiki/Release.java src/com/ecyrd/jspwiki/auth/authorize/GroupManager.java

Author: ajaquith
Date: Wed Sep 17 20:15:39 2008
New Revision: 696554

URL: http://svn.apache.org/viewvc?rev=696554&view=rev
Log:
One lonely Javadoc tweak.

Modified:
    incubator/jspwiki/trunk/ChangeLog
    incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java
    incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/authorize/GroupManager.java

Modified: incubator/jspwiki/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=696554&r1=696553&r2=696554&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Wed Sep 17 20:15:39 2008
@@ -1,3 +1,9 @@
+2008-09-18  Andrew Jaquith <ajaquith AT apache DOT org>
+
+        * 2.8.0-beta-3
+        
+        * One lonely Javadoc tweak.
+
 2008-09-18  Janne Jalkanen <ja...@apache.org>
 
         * 2.8.0-beta-2

Modified: incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java?rev=696554&r1=696553&r2=696554&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java Wed Sep 17 20:15:39 2008
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "2";
+    public static final String     BUILD         = "3";
     
     /**
      *  This is the generic version string you should use

Modified: incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/authorize/GroupManager.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/authorize/GroupManager.java?rev=696554&r1=696553&r2=696554&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/authorize/GroupManager.java (original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/auth/authorize/GroupManager.java Wed Sep 17 20:15:39 2008
@@ -624,7 +624,7 @@
     /**
      * Checks if a String is blank or a restricted Group name, and if it is,
      * appends an error to the WikiSession's message list.
-     * @param session the wiki session
+     * @param context the wiki context
      * @param name the Group name to test
      * @throws WikiSecurityException if <code>session</code> is
      * <code>null</code> or the Group name is illegal