[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...

Shane Bryzak Shane_Bryzak at symantec.com
Wed Nov 8 18:28:38 EST 2006


  User: sbryzak2
  Date: 06/11/08 18:28:38

  Modified:    src/main/org/jboss/seam  Component.java
  Log:
  moved security annotations to org.jboss.seam.annotations.security, other security changes
  
  Revision  Changes    Path
  1.204     +7 -7      jboss-seam/src/main/org/jboss/seam/Component.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Component.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/Component.java,v
  retrieving revision 1.203
  retrieving revision 1.204
  diff -u -b -r1.203 -r1.204
  --- Component.java	8 Nov 2006 21:14:37 -0000	1.203
  +++ Component.java	8 Nov 2006 23:28:38 -0000	1.204
  @@ -69,7 +69,7 @@
   import org.jboss.seam.annotations.RequestParameter;
   import org.jboss.seam.annotations.Rollback;
   import org.jboss.seam.annotations.Scope;
  -import org.jboss.seam.annotations.Secure;
  +import org.jboss.seam.annotations.security.Secure;
   import org.jboss.seam.annotations.Startup;
   import org.jboss.seam.annotations.Synchronized;
   import org.jboss.seam.annotations.Transactional;
  @@ -120,7 +120,7 @@
    *
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
    * @author Gavin King
  - * @version $Revision: 1.203 $
  + * @version $Revision: 1.204 $
    */
   @Scope(ScopeType.APPLICATION)
   @SuppressWarnings("deprecation")
  
  
  



More information about the jboss-cvs-commits mailing list