Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / java / awt / AttributeValue.js
index 4731479..cd689f6 100644 (file)
@@ -1,19 +1,19 @@
-Clazz.declarePackage ("java.awt");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.value = 0;\r
-this.names = null;\r
-Clazz.instantialize (this, arguments);\r
-}, java.awt, "AttributeValue");\r
-Clazz.makeConstructor (c$, \r
-function (value, names) {\r
-this.value = value;\r
-this.names = names;\r
-}, "~N,~A");\r
-Clazz.overrideMethod (c$, "hashCode", \r
-function () {\r
-return this.value;\r
-});\r
-Clazz.overrideMethod (c$, "toString", \r
-function () {\r
-return this.names[this.value];\r
-});\r
+Clazz.declarePackage ("java.awt");
+c$ = Clazz.decorateAsClass (function () {
+this.value = 0;
+this.names = null;
+Clazz.instantialize (this, arguments);
+}, java.awt, "AttributeValue");
+Clazz.makeConstructor (c$, 
+function (value, names) {
+this.value = value;
+this.names = names;
+}, "~N,~A");
+Clazz.overrideMethod (c$, "hashCode", 
+function () {
+return this.value;
+});
+Clazz.overrideMethod (c$, "toString", 
+function () {
+return this.names[this.value];
+});