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

Gavin King gavin.king at jboss.com
Thu Nov 9 00:29:03 EST 2006


  User: gavin   
  Date: 06/11/09 00:29:03

  Modified:    src/main/org/jboss/seam/core  Pages.java
  Log:
  oops
  
  Revision  Changes    Path
  1.44      +2 -1      jboss-seam/src/main/org/jboss/seam/core/Pages.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Pages.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Pages.java,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -b -r1.43 -r1.44
  --- Pages.java	8 Nov 2006 19:54:52 -0000	1.43
  +++ Pages.java	9 Nov 2006 05:29:03 -0000	1.44
  @@ -189,7 +189,8 @@
      {
         if (viewId==null)
         {
  -         return null;
  +         //for tests
  +         return new Page(viewId);
         }
         else
         {
  
  
  



More information about the jboss-cvs-commits mailing list