>>>>> "Brian" == Brian Jones <[EMAIL PROTECTED]> writes:

Brian>  2003-01-05  Julian Dolby  <[EMAIL PROTECTED]>
Brian>  * java/util/ResourceBundle.java (tryBundle): If an exception
Brian>  occurs, do not try to use the bundle.

This part of the patch looks like this:

@@ -509,6 +523,7 @@
     catch (Exception ex)
       {
         // ignore them all
+       foundBundle = null;
       }
     if (foundBundle == null)
       {

I think this is unnecessary.  The assignment to `foundBundle' will
never happen if there is an exception.  I'm inclined to revert this
part, as it is a libgcj/classpath divergence and is a little easier to
fix here.

Tom


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to