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

Gavin King gavin.king at jboss.com
Fri Jun 8 13:01:13 EDT 2007


  User: gavin   
  Date: 07/06/08 13:01:13

  Modified:    src/main/org/jboss/seam/core  ResourceBundle.java
  Log:
  better compliance to the JavaDoc of ResourceBundle
  
  Revision  Changes    Path
  1.29      +1 -1      jboss-seam/src/main/org/jboss/seam/core/ResourceBundle.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ResourceBundle.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ResourceBundle.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- ResourceBundle.java	18 Mar 2007 13:46:04 -0000	1.28
  +++ ResourceBundle.java	8 Jun 2007 17:01:13 -0000	1.29
  @@ -155,7 +155,7 @@
                  }
               }
               
  -            throw new MissingResourceException("Can't find resource in bundles: " + key, getClass().getName(), key );
  +            return null; //superclass is responsible for throwing MRE
            }
   
            private List<java.util.ResourceBundle> getPageResourceBundles()
  
  
  



More information about the jboss-cvs-commits mailing list