You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/08/05 13:57:40 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/cms/authoring ParentChildCreatorInterface.java DefaultCreator.java

andreas     2003/08/05 04:57:40

  Modified:    src/java/org/apache/lenya/cms/authoring
                        ParentChildCreatorInterface.java
                        DefaultCreator.java
  Log:
  added some javadocs
  
  Revision  Changes    Path
  1.12      +4 -4      cocoon-lenya/src/java/org/apache/lenya/cms/authoring/ParentChildCreatorInterface.java
  
  Index: ParentChildCreatorInterface.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/cms/authoring/ParentChildCreatorInterface.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ParentChildCreatorInterface.java	30 Jul 2003 15:30:06 -0000	1.11
  +++ ParentChildCreatorInterface.java	5 Aug 2003 11:57:40 -0000	1.12
  @@ -84,9 +84,9 @@
       short LEAF_NODE = 0;
   
       /**
  -     * DOCUMENT ME!
  -     *
  -     * @param doctypeConf DOCUMENT ME!
  +     * Configures the Creator, based on a configuration file.
  +     * 
  +     * @param doctypeConf A configuration.
        */
       void init(Configuration doctypeConf);
   
  
  
  
  1.24      +4 -4      cocoon-lenya/src/java/org/apache/lenya/cms/authoring/DefaultCreator.java
  
  Index: DefaultCreator.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/cms/authoring/DefaultCreator.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- DefaultCreator.java	31 Jul 2003 17:09:56 -0000	1.23
  +++ DefaultCreator.java	5 Aug 2003 11:57:40 -0000	1.24
  @@ -85,7 +85,7 @@
       private String sampleMetaName = null;
   
       /**
  -     * DOCUMENT ME!
  +     * @see org.apache.lenya.cms.authoring.ParentChildCreatorInterface#init(Configuration)
        *
        * @param conf DOCUMENT ME!
        */
  @@ -115,7 +115,7 @@
       }
   
       /**
  -     * Generate a three id.
  +     * Generate a tree id by returning the child ID.
        *
        * @param childId a <code>String</code> value
        * @param childType a <code>short</code> value
  @@ -130,7 +130,7 @@
       }
   
       /**
  -     * Return the child type.
  +     * Return the child type by simply returning the child type.
        *
        * @param childType a <code>short</code> value
        *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org