Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / java / util / IllegalFormatCodePointException.js
index 34e0de8..ee427fb 100644 (file)
@@ -1,19 +1,19 @@
-Clazz.load(["java.util.IllegalFormatException"],"java.util.IllegalFormatCodePointException",null,function(){\r
-c$=Clazz.decorateAsClass(function(){\r
-this.c=0;\r
-Clazz.instantialize(this,arguments);\r
-},java.util,"IllegalFormatCodePointException",java.util.IllegalFormatException,java.io.Serializable);\r
-Clazz.makeConstructor(c$,\r
-function(c){\r
-Clazz.superConstructor(this,java.util.IllegalFormatCodePointException,[]);\r
-this.c=c;\r
-},"~N");\r
-Clazz.defineMethod(c$,"getCodePoint",\r
-function(){\r
-return this.c;\r
-});\r
-Clazz.overrideMethod(c$,"getMessage",\r
-function(){\r
-return"Code point is "+this.c;\r
-});\r
-});\r
+Clazz.load(["java.util.IllegalFormatException"],"java.util.IllegalFormatCodePointException",null,function(){
+c$=Clazz.decorateAsClass(function(){
+this.c=0;
+Clazz.instantialize(this,arguments);
+},java.util,"IllegalFormatCodePointException",java.util.IllegalFormatException,java.io.Serializable);
+Clazz.makeConstructor(c$,
+function(c){
+Clazz.superConstructor(this,java.util.IllegalFormatCodePointException,[]);
+this.c=c;
+},"~N");
+Clazz.defineMethod(c$,"getCodePoint",
+function(){
+return this.c;
+});
+Clazz.overrideMethod(c$,"getMessage",
+function(){
+return"Code point is "+this.c;
+});
+});