[jboss-cvs] jboss-seam/src/main/org/jboss/seam/web ...
Shane Bryzak
sbryzak at redhat.com
Tue Oct 30 20:58:26 EDT 2007
User: sbryzak2
Date: 07/10/30 20:58:26
Modified: src/main/org/jboss/seam/web AbstractFilter.java
Log:
oops
Revision Changes Path
1.7 +2 -1 jboss-seam/src/main/org/jboss/seam/web/AbstractFilter.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: AbstractFilter.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web/AbstractFilter.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- AbstractFilter.java 31 Oct 2007 00:55:40 -0000 1.6
+++ AbstractFilter.java 31 Oct 2007 00:58:26 -0000 1.7
@@ -17,8 +17,9 @@
* However, we are able to reuse the functionality
* for component scanning, installation and
* configuration for filters. All filters must
- * extend this abstract class.
+ * specify a @Filter annotation if it is to be included by Seam's master filter.
*
+ * @see org.jboss.seam.annotations.web.Filter
* @author Shane Bryzak
*
*/
More information about the jboss-cvs-commits
mailing list