You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by eg...@apache.org on 2003/06/30 17:24:56 UTC

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

egli        2003/06/30 08:24:56

  Modified:    src/java/org/apache/lenya/cms/authoring
                        DefaultBranchCreator.java
  Log:
  Added complete java docs
  
  Revision  Changes    Path
  1.9       +7 -1      cocoon-lenya/src/java/org/apache/lenya/cms/authoring/DefaultBranchCreator.java
  
  Index: DefaultBranchCreator.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/cms/authoring/DefaultBranchCreator.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DefaultBranchCreator.java	30 Jun 2003 11:43:33 -0000	1.8
  +++ DefaultBranchCreator.java	30 Jun 2003 15:24:55 -0000	1.9
  @@ -66,7 +66,7 @@
    * @author Michael Wechner
    */
   public class DefaultBranchCreator extends DefaultCreator {
  -    static Category log = Category.getInstance(DefaultBranchCreator.class);
  +    private static Category log = Category.getInstance(DefaultBranchCreator.class);
   
       /**
        * Return the child type.
  @@ -81,10 +81,16 @@
           return BRANCH_NODE;
       }
   
  +    /** (non-Javadoc)
  +     * @see org.apache.lenya.cms.authoring.DefaultCreator#getChildFileName(java.io.File, java.lang.String)
  +     */
       protected String getChildFileName(File parentDir, String childId) {
           return parentDir + File.separator + childId + File.separator + "index.xml";
       }
   
  +    /** (non-Javadoc)
  +     * @see org.apache.lenya.cms.authoring.DefaultCreator#getChildMetaFileName(java.io.File, java.lang.String)
  +     */
       protected String getChildMetaFileName(File parentDir, String childId) {
           return parentDir + File.separator + childId + File.separator + "indexmeta.xml";
       }
  
  
  

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