X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fswingjs%2Fj2s%2Fjavax%2Fswing%2Ftext%2FBadLocationException.js;fp=site%2Fswingjs%2Fj2s%2Fjavax%2Fswing%2Ftext%2FBadLocationException.js;h=44af73b668e12382258d7a3e36543409fe1762ba;hp=de4826229afc127b2506bba29e934e776f5e5caa;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/swingjs/j2s/javax/swing/text/BadLocationException.js b/site/swingjs/j2s/javax/swing/text/BadLocationException.js index de48262..44af73b 100644 --- a/site/swingjs/j2s/javax/swing/text/BadLocationException.js +++ b/site/swingjs/j2s/javax/swing/text/BadLocationException.js @@ -1,16 +1,16 @@ -Clazz.declarePackage ("javax.swing.text"); -Clazz.load (["java.lang.Exception"], "javax.swing.text.BadLocationException", null, function () { -c$ = Clazz.decorateAsClass (function () { -this.offs = 0; -Clazz.instantialize (this, arguments); -}, javax.swing.text, "BadLocationException", Exception); -Clazz.makeConstructor (c$, -function (s, offs) { -Clazz.superConstructor (this, javax.swing.text.BadLocationException, [s]); -this.offs = offs; -}, "~S,~N"); -Clazz.defineMethod (c$, "offsetRequested", -function () { -return this.offs; -}); -}); +Clazz.declarePackage ("javax.swing.text"); +Clazz.load (["java.lang.Exception"], "javax.swing.text.BadLocationException", null, function () { +c$ = Clazz.decorateAsClass (function () { +this.offs = 0; +Clazz.instantialize (this, arguments); +}, javax.swing.text, "BadLocationException", Exception); +Clazz.makeConstructor (c$, +function (s, offs) { +Clazz.superConstructor (this, javax.swing.text.BadLocationException, [s]); +this.offs = offs; +}, "~S,~N"); +Clazz.defineMethod (c$, "offsetRequested", +function () { +return this.offs; +}); +});