You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by jf...@apache.org on 2003/12/05 04:00:23 UTC

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/om/registry/base BaseRegistryEntry.java

jford       2003/12/04 19:00:23

  Modified:    portal/src/java/org/apache/jetspeed/om/registry/base
                        BaseRegistryEntry.java
  Log:
  Changed setTitle to set the title instead of the description
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/om/registry/base/BaseRegistryEntry.java
  
  Index: BaseRegistryEntry.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/om/registry/base/BaseRegistryEntry.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BaseRegistryEntry.java	28 Jul 2003 23:47:45 -0000	1.1
  +++ BaseRegistryEntry.java	5 Dec 2003 03:00:23 -0000	1.2
  @@ -217,7 +217,7 @@
           }
   
           this.metaInfo.setTitle(title);
  -        this.description = description;
  +        this.title = title;
       }
   
       /** @see RegistryEntry#getDescription */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org