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