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

Gavin King gavin.king at jboss.com
Sun Jun 17 15:48:58 EDT 2007


  User: gavin   
  Date: 07/06/17 15:48:58

  Modified:    src/main/org/jboss/seam/pageflow  Page.java
  Log:
  minor
  
  Revision  Changes    Path
  1.12      +1 -0      jboss-seam/src/main/org/jboss/seam/pageflow/Page.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Page.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/pageflow/Page.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- Page.java	30 Apr 2007 20:40:59 -0000	1.11
  +++ Page.java	17 Jun 2007 19:48:58 -0000	1.12
  @@ -145,6 +145,7 @@
         return description!=null;
      }
   
  +   @Override
      public String getDescription() {
         return Interpolator.instance().interpolate(description);
      }
  
  
  



More information about the jboss-cvs-commits mailing list