Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / javax / swing / tree / ExpandVetoException.js
index 759771a..7821ca9 100644 (file)
@@ -1,16 +1,16 @@
-Clazz.declarePackage ("javax.swing.tree");\r
-Clazz.load (["java.lang.Exception"], "javax.swing.tree.ExpandVetoException", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.event = null;\r
-Clazz.instantialize (this, arguments);\r
-}, javax.swing.tree, "ExpandVetoException", Exception);\r
-Clazz.makeConstructor (c$, \r
-function (event) {\r
-this.construct (event, null);\r
-}, "javax.swing.event.TreeExpansionEvent");\r
-Clazz.makeConstructor (c$, \r
-function (event, message) {\r
-Clazz.superConstructor (this, javax.swing.tree.ExpandVetoException, [message]);\r
-this.event = event;\r
-}, "javax.swing.event.TreeExpansionEvent,~S");\r
-});\r
+Clazz.declarePackage ("javax.swing.tree");
+Clazz.load (["java.lang.Exception"], "javax.swing.tree.ExpandVetoException", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.event = null;
+Clazz.instantialize (this, arguments);
+}, javax.swing.tree, "ExpandVetoException", Exception);
+Clazz.makeConstructor (c$, 
+function (event) {
+this.construct (event, null);
+}, "javax.swing.event.TreeExpansionEvent");
+Clazz.makeConstructor (c$, 
+function (event, message) {
+Clazz.superConstructor (this, javax.swing.tree.ExpandVetoException, [message]);
+this.event = event;
+}, "javax.swing.event.TreeExpansionEvent,~S");
+});