sgala 01/09/10 15:22:18
Modified: src/java/org/apache/jetspeed/services/portletcache
GlobalCache.java
Log:
Small javadoc errors...
Revision Changes Path
1.4 +4 -4
jakarta-jetspeed/src/java/org/apache/jetspeed/services/portletcache/GlobalCache.java
Index: GlobalCache.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/services/portletcache/GlobalCache.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- GlobalCache.java 2001/03/07 06:48:49 1.3
+++ GlobalCache.java 2001/09/10 22:22:18 1.4
@@ -64,16 +64,16 @@
* This class is a static wrapper around the Turbine GlobalCacheService
* which doesn't provide its own wrapper.
*
- * @see org;apache.turbine.services.cache.GlobalCacheService
+ * @see org.apache.turbine.services.cache.GlobalCacheService
* @author <a href="mailto:[EMAIL PROTECTED]">Rapha�l Luta</a>
- * @version $Id: GlobalCache.java,v 1.3 2001/03/07 06:48:49 taylor Exp $
+ * @version $Id: GlobalCache.java,v 1.4 2001/09/10 22:22:18 sgala Exp $
*/
public class GlobalCache {
/**
* Add an object to the cache
*
- * @see org;apache.turbine.services.cache.GlobalCacheService#addObject
+ * @see org.apache.turbine.services.cache.GlobalCacheService#addObject
* @param id key of the object used by the cache to store and retrieve
* it. Must not be null.
* @param o the object to cache
@@ -90,7 +90,7 @@
/**
* Gets a cached object given its id (a String).
*
- * @see org;apache.turbine.services.cache.GlobalCacheService#getObject
+ * @see org.apache.turbine.services.cache.GlobalCacheService#getObject
* @param id The String id for the object.
* @return A CachedObject.
* @exception ObjectExpiredException, if the object has expired in
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]