You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2004/07/30 14:40:08 UTC

cvs commit: jakarta-pluto/portal/src/java/org/apache/pluto/portalImpl/services/pageregistry PageRegistryService.java PageRegistryServiceFileImpl.java

ddewolf     2004/07/30 05:40:08

  Modified:    portal/src/java/org/apache/pluto/portalImpl/services/pageregistry
                        PageRegistryService.java
                        PageRegistryServiceFileImpl.java
  Log:
  Cleaning up javadocs for javadoc report.
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-pluto/portal/src/java/org/apache/pluto/portalImpl/services/pageregistry/PageRegistryService.java
  
  Index: PageRegistryService.java
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/portal/src/java/org/apache/pluto/portalImpl/services/pageregistry/PageRegistryService.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PageRegistryService.java	2 Mar 2004 14:49:03 -0000	1.2
  +++ PageRegistryService.java	30 Jul 2004 12:40:08 -0000	1.3
  @@ -48,21 +48,21 @@
   
   
       /**
  -     * Returns the description of the complete portal site
  +     * Returns the description of the complete portal site.
        * 
        * @return the object model description
        */
       public abstract RootFragment getRootFragment();
   
       /**
  -     * Returns the fragment with the given id
  +     * Returns the fragment with the given id.
        *
        * return the fragment object with this id
        **/
       public abstract Fragment getFragment(String id);
       
      /**
  -    * Add a fragment to the page registry
  +    * Add a fragment to the page registry.
       * 
       * @param fragment the fragment to add
       **/
  
  
  
  1.4       +4 -3      jakarta-pluto/portal/src/java/org/apache/pluto/portalImpl/services/pageregistry/PageRegistryServiceFileImpl.java
  
  Index: PageRegistryServiceFileImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/portal/src/java/org/apache/pluto/portalImpl/services/pageregistry/PageRegistryServiceFileImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PageRegistryServiceFileImpl.java	2 Mar 2004 14:49:03 -0000	1.3
  +++ PageRegistryServiceFileImpl.java	30 Jul 2004 12:40:08 -0000	1.4
  @@ -38,11 +38,12 @@
   import org.exolab.castor.xml.Unmarshaller;
   
   /**
  - * A simple XML Castor file based implementation of the <code>PageRegistryService</config>
  - * <p>This store persit the PageRegistry informations</p>
  + * A simple XML Castor file based implementation of the
  + * <code>PageRegistryService</config>.
  + *
  + * <p>This store persit the PageRegistry informations.</p>
    *
    */
  -
   public class PageRegistryServiceFileImpl extends PageRegistryService
   {