jtaylor 02/05/15 09:08:52
Modified: src/services/org/apache/fulcrum/velocity ContextAdapter.java
Log:
Getting rid of some duplicate comment contents. (replaced with @see)
Revision Changes Path
1.5 +3 -13
jakarta-turbine-fulcrum/src/services/org/apache/fulcrum/velocity/ContextAdapter.java
Index: ContextAdapter.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-fulcrum/src/services/org/apache/fulcrum/velocity/ContextAdapter.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ContextAdapter.java 15 May 2002 15:57:01 -0000 1.4
+++ ContextAdapter.java 15 May 2002 16:08:52 -0000 1.5
@@ -97,11 +97,7 @@
}
/**
- * determines if there is a value for the
- * given key
- *
- * @param key name of value to check
- * @return true if non-null value in store
+ * @see AbstractContext#internalContainsKey
*/
public boolean internalContainsKey(Object key)
{
@@ -109,9 +105,7 @@
}
/**
- * returns array of keys
- *
- * @return keys as []
+ * @see AbstractContext#internalGetKeys
*/
public Object[] internalGetKeys()
{
@@ -119,11 +113,7 @@
}
/**
- * remove a key/value pair from the
- * internal storage
- *
- * @param key name of value to remove
- * @return value removed
+ * @see AbstractContext#internalRemove
*/
public Object internalRemove(Object key)
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>