Version 2.0.0 (small API change)
[nikiroo-utils.git] / src / be / nikiroo / utils / resources / Bundle.java
index bad7f3e6c46679c31622b8e34bb8b6b0c0bb955a..1dbb251f942b4d3a95d0720e29a8ddcdc48a444e 100644 (file)
@@ -657,7 +657,7 @@ public class Bundle<E extends Enum<E>> {
         * @param bundle
         *            the bundle to copy
         */
-       private void resetMap(ResourceBundle bundle) {
+       protected void resetMap(ResourceBundle bundle) {
                this.map.clear();
 
                if (bundle != null) {
@@ -671,7 +671,7 @@ public class Bundle<E extends Enum<E>> {
                        }
                }
        }
-
+       
        /**
         * Take a snapshot of the changes in memory in this {@link Bundle} made by
         * the "set" methods ( {@link Bundle#setString(Enum, String)}...) at the