Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / java / lang / ArrayIndexOutOfBoundsException.js
index 3a00b12..ce10459 100644 (file)
@@ -1,7 +1,7 @@
-Clazz.load(["java.lang.IndexOutOfBoundsException"],"java.lang.ArrayIndexOutOfBoundsException",null,function(){\r
-c$=Clazz.declareType(java.lang,"ArrayIndexOutOfBoundsException",IndexOutOfBoundsException);\r
-Clazz.makeConstructor(c$,\r
-function(index){\r
-Clazz.superConstructor(this,ArrayIndexOutOfBoundsException,["Array index out of range: "+index]);\r
-},"~N");\r
-});\r
+Clazz.load(["java.lang.IndexOutOfBoundsException"],"java.lang.ArrayIndexOutOfBoundsException",null,function(){
+c$=Clazz.declareType(java.lang,"ArrayIndexOutOfBoundsException",IndexOutOfBoundsException);
+Clazz.makeConstructor(c$,
+function(index){
+Clazz.superConstructor(this,ArrayIndexOutOfBoundsException,["Array index out of range: "+index]);
+},"~N");
+});