sgala       01/09/13 11:29:19

  Modified:    src/java/org/apache/jetspeed/modules/actions
                        JetspeedSessionValidator.java
  Log:
  Small javadoc fixes to avoid warnings
  
  Revision  Changes    Path
  1.10      +9 -6      
jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/JetspeedSessionValidator.java
  
  Index: JetspeedSessionValidator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/JetspeedSessionValidator.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- JetspeedSessionValidator.java     2001/07/17 16:39:31     1.9
  +++ JetspeedSessionValidator.java     2001/09/13 18:29:19     1.10
  @@ -67,16 +67,19 @@
   import org.apache.jetspeed.om.profile.Profile;
   
   /**
  -Just like org.apache.turbine.actions.TemplateSessionValidator except:-
  -- it doesn't check the session_access_counter
  -- it doesn't require you to always logon
  -- expects a JetspeedRunData object and put there the additionnal jetspeed
  +Just like 
org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator except:
  +<ul>
  +<li> it doesn't check the session_access_counter
  +<li> it doesn't require you to always logon
  +<li> expects a JetspeedRunData object and put there the additionnal jetspeed
     properties
  +</ul>
     
  -@see org.apache.turbine.actions.SessionValidator
  +@see org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator
   @author <a href="mailto:[EMAIL PROTECTED]";>Ingo Schuster</a>
   @author <a href="mailto:[EMAIL PROTECTED]";>Rapha�l Luta</a>
  -@version $Id: JetspeedSessionValidator.java,v 1.9 2001/07/17 16:39:31 taylor Exp $
  +@author <a href="mailto:[EMAIL PROTECTED]";>Santiago Gala</a>
  +@version $Id: JetspeedSessionValidator.java,v 1.10 2001/09/13 18:29:19 sgala Exp $
   */
   public class JetspeedSessionValidator extends TemplateSessionValidator
   {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to