vmassol 01/08/14 05:27:06
Modified: cactus/src/framework/share/org/apache/commons/cactus/util
AssertUtils.java
Log:
put full class name in @see tag so that javadoc can find the reference to the
pointed class
Revision Changes Path
1.4 +1 -1
jakarta-commons/cactus/src/framework/share/org/apache/commons/cactus/util/AssertUtils.java
Index: AssertUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/cactus/src/framework/share/org/apache/commons/cactus/util/AssertUtils.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AssertUtils.java 2001/08/11 13:33:07 1.3
+++ AssertUtils.java 2001/08/14 12:27:06 1.4
@@ -63,7 +63,7 @@
*
* @version @version@
* @deprecated As of Cactus 1.2, replaced by WebResponse
- * @see WebResponse
+ * @see org.apache.commons.cactus.WebResponse
*/
public class AssertUtils
{