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

Gavin King gavin.king at jboss.com
Sat Jun 2 22:07:48 EDT 2007


  User: gavin   
  Date: 07/06/02 22:07:48

  Modified:    src/main/org/jboss/seam/core  Pages.java
  Log:
  ws
  
  Revision  Changes    Path
  1.122     +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.121
  retrieving revision 1.122
  diff -u -b -r1.121 -r1.122
  --- Pages.java	3 Jun 2007 01:58:01 -0000	1.121
  +++ Pages.java	3 Jun 2007 02:07:48 -0000	1.122
  @@ -89,7 +89,8 @@
      private String[] resources = { "/WEB-INF/pages.xml" };
    
      private SortedSet<String> wildcardViewIds = new TreeSet<String>( 
  -         new Comparator<String>() {
  +         new Comparator<String>() 
  +         {
               public int compare(String x, String y)
               {
                  if ( x.length()<y.length() ) return -1;
  
  
  



More information about the jboss-cvs-commits mailing list