Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / java / beans / PropertyVetoException.js
index a967425..3664d03 100644 (file)
@@ -1,16 +1,16 @@
-Clazz.declarePackage ("java.beans");\r
-Clazz.load (["java.lang.Exception"], "java.beans.PropertyVetoException", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.evt = null;\r
-Clazz.instantialize (this, arguments);\r
-}, java.beans, "PropertyVetoException", Exception);\r
-Clazz.makeConstructor (c$, \r
-function (mess, evt) {\r
-Clazz.superConstructor (this, java.beans.PropertyVetoException, [mess]);\r
-this.evt = evt;\r
-}, "~S,java.beans.PropertyChangeEvent");\r
-Clazz.defineMethod (c$, "getPropertyChangeEvent", \r
-function () {\r
-return this.evt;\r
-});\r
-});\r
+Clazz.declarePackage ("java.beans");
+Clazz.load (["java.lang.Exception"], "java.beans.PropertyVetoException", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.evt = null;
+Clazz.instantialize (this, arguments);
+}, java.beans, "PropertyVetoException", Exception);
+Clazz.makeConstructor (c$, 
+function (mess, evt) {
+Clazz.superConstructor (this, java.beans.PropertyVetoException, [mess]);
+this.evt = evt;
+}, "~S,java.beans.PropertyChangeEvent");
+Clazz.defineMethod (c$, "getPropertyChangeEvent", 
+function () {
+return this.evt;
+});
+});