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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]