X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fswingjs%2Fj2s%2Fjava%2Ftext%2FParseException.js;fp=site%2Fswingjs%2Fj2s%2Fjava%2Ftext%2FParseException.js;h=9e6d2e632a397ed6953513f3a9e014f8759be846;hp=78201c5753932f1f79ea08b1811e542712546e33;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/swingjs/j2s/java/text/ParseException.js b/site/swingjs/j2s/java/text/ParseException.js index 78201c5..9e6d2e6 100644 --- a/site/swingjs/j2s/java/text/ParseException.js +++ b/site/swingjs/j2s/java/text/ParseException.js @@ -1,16 +1,16 @@ -Clazz.declarePackage ("java.text"); -Clazz.load (["java.lang.Exception"], "java.text.ParseException", null, function () { -c$ = Clazz.decorateAsClass (function () { -this.errorOffset = 0; -Clazz.instantialize (this, arguments); -}, java.text, "ParseException", Exception); -Clazz.makeConstructor (c$, -function (s, errorOffset) { -Clazz.superConstructor (this, java.text.ParseException, [s]); -this.errorOffset = errorOffset; -}, "~S,~N"); -Clazz.defineMethod (c$, "getErrorOffset", -function () { -return this.errorOffset; -}); -}); +Clazz.declarePackage ("java.text"); +Clazz.load (["java.lang.Exception"], "java.text.ParseException", null, function () { +c$ = Clazz.decorateAsClass (function () { +this.errorOffset = 0; +Clazz.instantialize (this, arguments); +}, java.text, "ParseException", Exception); +Clazz.makeConstructor (c$, +function (s, errorOffset) { +Clazz.superConstructor (this, java.text.ParseException, [s]); +this.errorOffset = errorOffset; +}, "~S,~N"); +Clazz.defineMethod (c$, "getErrorOffset", +function () { +return this.errorOffset; +}); +});