Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / java / util / PropertyResourceBundle.js
index 81fa9f9..078fa84 100644 (file)
@@ -1,45 +1,45 @@
-Clazz.declarePackage ("java.util");\r
-Clazz.load (["java.util.ResourceBundle"], "java.util.PropertyResourceBundle", ["java.lang.NullPointerException", "java.util.HashMap", "java.util.Properties", "jssun.util.ResourceBundleEnumeration"], function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.lookup = null;\r
-Clazz.instantialize (this, arguments);\r
-}, java.util, "PropertyResourceBundle", java.util.ResourceBundle);\r
-Clazz.makeConstructor (c$, \r
-function (stream) {\r
-Clazz.superConstructor (this, java.util.PropertyResourceBundle, []);\r
-this.setStream (stream);\r
-}, "java.io.InputStream");\r
-Clazz.defineMethod (c$, "setStream", \r
-function (stream) {\r
-var properties =  new java.util.Properties ();\r
-properties.load (stream);\r
-this.lookup =  new java.util.HashMap (properties);\r
-return this;\r
-}, "java.io.InputStream");\r
-Clazz.makeConstructor (c$, \r
-function (reader) {\r
-Clazz.superConstructor (this, java.util.PropertyResourceBundle, []);\r
-var properties =  new java.util.Properties ();\r
-properties.load (reader);\r
-this.lookup =  new java.util.HashMap (properties);\r
-}, "java.io.Reader");\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-Clazz.superConstructor (this, java.util.PropertyResourceBundle, []);\r
-});\r
-Clazz.overrideMethod (c$, "handleGetObject", \r
-function (key) {\r
-if (key == null) {\r
-throw  new NullPointerException ();\r
-}return this.lookup.get (key);\r
-}, "~S");\r
-Clazz.defineMethod (c$, "getKeys", \r
-function () {\r
-var parent = this.parent;\r
-return  new jssun.util.ResourceBundleEnumeration (this.lookup.keySet (), (parent != null) ? parent.getKeys () : null);\r
-});\r
-Clazz.overrideMethod (c$, "handleKeySet", \r
-function () {\r
-return this.lookup.keySet ();\r
-});\r
-});\r
+Clazz.declarePackage ("java.util");
+Clazz.load (["java.util.ResourceBundle"], "java.util.PropertyResourceBundle", ["java.lang.NullPointerException", "java.util.HashMap", "java.util.Properties", "jssun.util.ResourceBundleEnumeration"], function () {
+c$ = Clazz.decorateAsClass (function () {
+this.lookup = null;
+Clazz.instantialize (this, arguments);
+}, java.util, "PropertyResourceBundle", java.util.ResourceBundle);
+Clazz.makeConstructor (c$, 
+function (stream) {
+Clazz.superConstructor (this, java.util.PropertyResourceBundle, []);
+this.setStream (stream);
+}, "java.io.InputStream");
+Clazz.defineMethod (c$, "setStream", 
+function (stream) {
+var properties =  new java.util.Properties ();
+properties.load (stream);
+this.lookup =  new java.util.HashMap (properties);
+return this;
+}, "java.io.InputStream");
+Clazz.makeConstructor (c$, 
+function (reader) {
+Clazz.superConstructor (this, java.util.PropertyResourceBundle, []);
+var properties =  new java.util.Properties ();
+properties.load (reader);
+this.lookup =  new java.util.HashMap (properties);
+}, "java.io.Reader");
+Clazz.makeConstructor (c$, 
+function () {
+Clazz.superConstructor (this, java.util.PropertyResourceBundle, []);
+});
+Clazz.overrideMethod (c$, "handleGetObject", 
+function (key) {
+if (key == null) {
+throw  new NullPointerException ();
+}return this.lookup.get (key);
+}, "~S");
+Clazz.defineMethod (c$, "getKeys", 
+function () {
+var parent = this.parent;
+return  new jssun.util.ResourceBundleEnumeration (this.lookup.keySet (), (parent != null) ? parent.getKeys () : null);
+});
+Clazz.overrideMethod (c$, "handleKeySet", 
+function () {
+return this.lookup.keySet ();
+});
+});