husted 2002/06/24 10:10:35
Modified: src/share/org/apache/struts/action ActionException.java
Log:
Do we need for this class to be "born deprecated", or can it just be nixed. It was
used by the ExceptionHandler, but there are no current references. Anyone using this
really should stop now or roll their own.
Add @since Struts 1.1 JavaDocs.
Revision Changes Path
1.3 +5 -4
jakarta-struts/src/share/org/apache/struts/action/ActionException.java
Index: ActionException.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ActionException.java 13 Jan 2002 00:25:35 -0000 1.2
+++ ActionException.java 24 Jun 2002 17:10:35 -0000 1.3
@@ -95,6 +95,7 @@
* @author ldonlan
* @version $Revision$ $Date$
*
+ * @since Struts 1.1
* @deprecated Replaced by org.apache.struts.config.ExceptionConfig
*/
public class ActionException extends ExceptionConfig {
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>