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

Gavin King gavin.king at jboss.com
Tue Jun 19 17:36:11 EDT 2007


  User: gavin   
  Date: 07/06/19 17:36:11

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  ups
  
  Revision  Changes    Path
  1.89      +2 -17     jboss-seam/src/main/org/jboss/seam/security/Identity.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Identity.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/Identity.java,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -b -r1.88 -r1.89
  --- Identity.java	19 Jun 2007 19:02:37 -0000	1.88
  +++ Identity.java	19 Jun 2007 21:36:11 -0000	1.89
  @@ -120,21 +120,9 @@
         setDirty();
      }
      
  -   /**
  -    *
  -    */
  -   public void beginRequest()
  -   {
  +   public void beginRequest() {}
   
  -   }
  -   
  -   /**
  -    *
  -    */
  -   public void endRequest()
  -   {
  -      
  -   }
  +   public void endRequest() {}
   
      protected void postRememberMe()
      {
  @@ -158,9 +146,6 @@
         return instance;
      }
      
  -   /**
  -    * 
  -    */
      public boolean isLoggedIn()
      {           
         return isLoggedIn(false);
  
  
  



More information about the jboss-cvs-commits mailing list