[jboss-cvs] jboss-seam/src/main/org/jboss/seam/annotations/security ...
Shane Bryzak
Shane_Bryzak at symantec.com
Mon Feb 12 03:05:25 EST 2007
User: sbryzak2
Date: 07/02/12 03:05:25
Modified: src/main/org/jboss/seam/annotations/security Restrict.java
Log:
JBSEAM-732 entity security
Revision Changes Path
1.3 +1 -1 jboss-seam/src/main/org/jboss/seam/annotations/security/Restrict.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Restrict.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/security/Restrict.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Restrict.java 12 Feb 2007 06:23:06 -0000 1.2
+++ Restrict.java 12 Feb 2007 08:05:25 -0000 1.3
@@ -9,7 +9,7 @@
import java.lang.annotation.Target;
/**
- * Used to restrict access to a Seam component or component method.
+ * Used to restrict access to a Seam component, component method or entity.
*
* @author Shane Bryzak
*/
More information about the jboss-cvs-commits
mailing list