Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / java / text / ParseException.js
index 78201c5..9e6d2e6 100644 (file)
@@ -1,16 +1,16 @@
-Clazz.declarePackage ("java.text");\r
-Clazz.load (["java.lang.Exception"], "java.text.ParseException", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.errorOffset = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, java.text, "ParseException", Exception);\r
-Clazz.makeConstructor (c$, \r
-function (s, errorOffset) {\r
-Clazz.superConstructor (this, java.text.ParseException, [s]);\r
-this.errorOffset = errorOffset;\r
-}, "~S,~N");\r
-Clazz.defineMethod (c$, "getErrorOffset", \r
-function () {\r
-return this.errorOffset;\r
-});\r
-});\r
+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;
+});
+});