]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - jars/icu4j-52_1/main/classes/core/src/com/ibm/icu/impl/ICUResourceBundleImpl.java
Upgrade ICU4J.
[Dictionary.git] / jars / icu4j-52_1 / main / classes / core / src / com / ibm / icu / impl / ICUResourceBundleImpl.java
similarity index 98%
rename from jars/icu4j-4_8_1_1/main/classes/core/src/com/ibm/icu/impl/ICUResourceBundleImpl.java
rename to jars/icu4j-52_1/main/classes/core/src/com/ibm/icu/impl/ICUResourceBundleImpl.java
index 5d2ed7414541b76b08f1a2ba1fb126a310f17511..e7ff03266448b5474a727772f7f2fbd18e32ee5d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *******************************************************************************
- * Copyright (C) 2004-2010, International Business Machines Corporation and    *
+ * Copyright (C) 2004-2011, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
@@ -150,7 +150,7 @@ class ICUResourceBundleImpl extends ICUResourceBundle {
                 index[0] = i;
             }
             if (i < 0) {
-                throw new UResourceTypeMismatchException("Could not get the correct value for index: "+ index);
+                throw new UResourceTypeMismatchException("Could not get the correct value for index: "+ indexStr);
             }
             return createBundleObject(i, indexStr, table, requested, isAlias);
         }