jmitchell 2003/07/26 23:36:33
Modified: contrib/struts-faces/src/example/org/apache/struts/webapp/example
ExpiredPasswordException.java
Log:
Bring this up to date with the latest core changes.
Revision Changes Path
1.2 +5 -5
jakarta-struts/contrib/struts-faces/src/example/org/apache/struts/webapp/example/ExpiredPasswordException.java
Index: ExpiredPasswordException.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/struts-faces/src/example/org/apache/struts/webapp/example/ExpiredPasswordException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ExpiredPasswordException.java 7 Mar 2003 03:22:42 -0000 1.1
+++ ExpiredPasswordException.java 27 Jul 2003 06:36:33 -0000 1.2
@@ -62,7 +62,7 @@
package org.apache.struts.webapp.example;
-import org.apache.struts.util.AppException;
+import org.apache.struts.util.ModuleException;
/**
* Example of an application-specific exception for which a handler
@@ -70,7 +70,7 @@
*/
-public class ExpiredPasswordException extends AppException {
+public class ExpiredPasswordException extends ModuleException {
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]