cziegeler    2003/07/31 07:37:05

  Modified:    src/blocks/portal/java/org/apache/cocoon/portal/layout
                        CompositeLayout.java
               src/blocks/portal/java/org/apache/cocoon/portal/profile
                        ProfileManager.java
  Log:
  Fixing javadocs
  
  Revision  Changes    Path
  1.7       +4 -4      
cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/layout/CompositeLayout.java
  
  Index: CompositeLayout.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/layout/CompositeLayout.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- CompositeLayout.java      26 May 2003 13:18:19 -0000      1.6
  +++ CompositeLayout.java      31 Jul 2003 14:37:05 -0000      1.7
  @@ -66,14 +66,14 @@
   
        /**
         * Add indexed item to the itemList.
  -      * @param index, index for the position inside the list
  -      * @param item, item to add
  +      * @param index index for the position inside the list
  +      * @param item item to add
         */
       void addItem(int index, Item item);
   
        /**
         * Add Item to the ItemList.
  -      * @param item, item to add
  +      * @param item item to add
         */
        void addItem(Item item);
   
  
  
  
  1.8       +2 -2      
cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/profile/ProfileManager.java
  
  Index: ProfileManager.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/profile/ProfileManager.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ProfileManager.java       18 Jul 2003 14:41:45 -0000      1.7
  +++ ProfileManager.java       31 Jul 2003 14:37:05 -0000      1.8
  @@ -78,7 +78,7 @@
        * a specific layout object in the profile defined by
        * the layout key.
        * @param layoutKey A key describing the layout or null for the default
  -     * @param subKey    The id of a layout object or null for the root object
  +     * @param layoutID    The id of a layout object or null for the root 
object
        * @return The layout
        */
        Layout getPortalLayout(String layoutKey, String layoutID);
  
  
  

Reply via email to