You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2003/07/11 22:34:22 UTC

cvs commit: cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/profile/impl AuthenticationProfileManager.java

joerg       2003/07/11 13:34:22

  Modified:    src/java/org/apache/cocoon/components
                        GlobalRequestLifecycleComponent.java
                        RequestLifecycleComponent.java
               src/blocks/portal/java/org/apache/cocoon/portal/profile/impl
                        AuthenticationProfileManager.java
  Log:
  these simple changes make JavaDoclet happy :)
  
  Revision  Changes    Path
  1.2       +2 -2      cocoon-2.1/src/java/org/apache/cocoon/components/GlobalRequestLifecycleComponent.java
  
  Index: GlobalRequestLifecycleComponent.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/GlobalRequestLifecycleComponent.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GlobalRequestLifecycleComponent.java	11 Jul 2003 14:17:44 -0000	1.1
  +++ GlobalRequestLifecycleComponent.java	11 Jul 2003 20:34:22 -0000	1.2
  @@ -65,7 +65,7 @@
    * either the "main" request or in any of the subrequests is available to all
    * other requests in this cycle. 
    * In addition, the first time this component is looked up during a request,
  - * the {@link setup(SourceResolver, Map)} method is called.
  + * the {@link #setup(SourceResolver, Map)} method is called.
    *
    * @see org.apache.cocoon.components.RequestLifecycleComponent
    * 
  
  
  
  1.3       +2 -2      cocoon-2.1/src/java/org/apache/cocoon/components/RequestLifecycleComponent.java
  
  Index: RequestLifecycleComponent.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/RequestLifecycleComponent.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RequestLifecycleComponent.java	11 Jul 2003 14:17:44 -0000	1.2
  +++ RequestLifecycleComponent.java	11 Jul 2003 20:34:22 -0000	1.3
  @@ -66,7 +66,7 @@
    * as a new request. So an instance looked up in the "main" request is
    * not available to a subrequest.
    * In addition, the first time this component is looked up during a request,
  - * the {@link setup(SourceResolver, Map)} method is called.
  + * the {@link #setup(SourceResolver, Map)} method is called.
    * 
    * @see org.apache.cocoon.components.GlobalRequestLifecycleComponent
    * 
  
  
  
  1.9       +2 -2      cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/profile/impl/AuthenticationProfileManager.java
  
  Index: AuthenticationProfileManager.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/profile/impl/AuthenticationProfileManager.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- AuthenticationProfileManager.java	10 Jul 2003 13:16:59 -0000	1.8
  +++ AuthenticationProfileManager.java	11 Jul 2003 20:34:22 -0000	1.9
  @@ -95,7 +95,7 @@
       
       /**
        * Get the current authentication state of the user
  -     * @return
  +     * @return the current authentication state of the user
        */
       protected RequestState getRequestState() {
           AuthenticationManager authManager = null;