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

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


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

  Modified:    src/main/org/jboss/seam/annotations  FlushModeType.java
  Log:
  many minor
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/src/main/org/jboss/seam/annotations/FlushModeType.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FlushModeType.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/FlushModeType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- FlushModeType.java	23 Sep 2006 15:41:39 -0000	1.2
  +++ FlushModeType.java	25 Oct 2006 15:14:34 -0000	1.3
  @@ -29,6 +29,6 @@
      public boolean dirtyBetweenTransactions() 
      { 
         return this==MANUAL;
  -   };
  +   }
       
   }
  
  
  



More information about the jboss-cvs-commits mailing list