From: <mb...@re...> - 2004-12-22 14:02:51
|
Author: mbooth Date: 2004-12-22 14:54:02 +0100 (Wed, 22 Dec 2004) New Revision: 162 Modified: ccm-core/trunk/src/com/arsdigita/caching/CacheTable.java Log: Javadoc change Modified: ccm-core/trunk/src/com/arsdigita/caching/CacheTable.java =================================================================== --- ccm-core/trunk/src/com/arsdigita/caching/CacheTable.java 2004-12-21 19:39:29 UTC (rev 161) +++ ccm-core/trunk/src/com/arsdigita/caching/CacheTable.java 2004-12-22 13:54:02 UTC (rev 162) @@ -106,8 +106,8 @@ * and <code>waf.caching.[id].max_age</code>. </p> * * @param id Unique identifier for the new storage area - * @param size Initial default size - * @param age Initial default age + * @param size Initial default size (number of elements) + * @param age Initial default age (seconds) * @pre id != null * @throws NullPointerException if <code>id</code> is <code>null</code> */ |