cmlenz      01/09/02 02:37:58

  Modified:    src/share/org/apache/slide/structure StructureImpl.java
  Log:
  tiny javadoc fix
  
  Revision  Changes    Path
  1.23      +9 -8      
jakarta-slide/src/share/org/apache/slide/structure/StructureImpl.java
  
  Index: StructureImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/structure/StructureImpl.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- StructureImpl.java        2001/08/20 16:25:48     1.22
  +++ StructureImpl.java        2001/09/02 09:37:58     1.23
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/structure/StructureImpl.java,v 1.22 
2001/08/20 16:25:48 cmlenz Exp $
  - * $Revision: 1.22 $
  - * $Date: 2001/08/20 16:25:48 $
  + * $Header: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/structure/StructureImpl.java,v 1.23 
2001/09/02 09:37:58 cmlenz Exp $
  + * $Revision: 1.23 $
  + * $Date: 2001/09/02 09:37:58 $
    *
    * ====================================================================
    *
  @@ -75,10 +75,10 @@
   import org.apache.slide.authenticate.CredentialsToken;
   
   /**
  - * Data helper class.
  + * Default implementation of the Structure interface.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Remy Maucherat</a>
  - * @version $Revision: 1.22 $
  + * @version $Revision: 1.23 $
    */
   public final class StructureImpl implements Structure {
       
  @@ -89,9 +89,10 @@
       /**
        * Constructor.
        *
  -     * @param namespace Namespace associated with the helper object
  -     * @param namespaceConfig Configuration of the namespace
  -     * @param securityHelper Associated security helper
  +     * @param namespace the namespace associated with the helper object
  +     * @param namespaceConfig configuration of the namespace
  +     * @param securityHelper the associated security helper
  +     * @param lockHelper the associated lock helper
        */
       public StructureImpl(Namespace namespace, NamespaceConfig namespaceConfig,
                            Security securityHelper, Lock lockHelper) {
  
  
  

Reply via email to