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

Gavin King gavin.king at jboss.com
Wed Oct 25 11:14:36 EDT 2006


  User: gavin   
  Date: 06/10/25 11:14:36

  Modified:    src/main/org/jboss/seam/mock  MockHttpSession.java
  Log:
  many minor
  
  Revision  Changes    Path
  1.8       +2 -2      jboss-seam/src/main/org/jboss/seam/mock/MockHttpSession.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MockHttpSession.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mock/MockHttpSession.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- MockHttpSession.java	19 Apr 2006 18:20:18 -0000	1.7
  +++ MockHttpSession.java	25 Oct 2006 15:14:36 -0000	1.8
  @@ -17,8 +17,9 @@
   /**
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.7 $
  + * @version $Revision: 1.8 $
    */
  + at SuppressWarnings("deprecation")
   public class MockHttpSession implements HttpSession
   {
      
  @@ -63,7 +64,6 @@
         return maxInactiveInterval;
      }
      
  -   @SuppressWarnings("deprecation")
      public HttpSessionContext getSessionContext()
      {
         throw new UnsupportedOperationException();
  
  
  



More information about the jboss-cvs-commits mailing list