X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fjava%2Fbeans%2FPropertyVetoException.js;fp=site%2Fj2s%2Fjava%2Fbeans%2FPropertyVetoException.js;h=3664d035d0f425c159cca548f2ca87d1ff835c38;hp=a967425fbdb40b5c13ecfeb821165e90531fc4c3;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/java/beans/PropertyVetoException.js b/site/j2s/java/beans/PropertyVetoException.js index a967425..3664d03 100644 --- a/site/j2s/java/beans/PropertyVetoException.js +++ b/site/j2s/java/beans/PropertyVetoException.js @@ -1,16 +1,16 @@ -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; -}); -}); +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; +}); +});