Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / java / text / Annotation.js
index 4911253..eb7c221 100644 (file)
@@ -1,17 +1,17 @@
-Clazz.declarePackage ("java.text");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.value = null;\r
-Clazz.instantialize (this, arguments);\r
-}, java.text, "Annotation");\r
-Clazz.makeConstructor (c$, \r
-function (value) {\r
-this.value = value;\r
-}, "~O");\r
-Clazz.defineMethod (c$, "getValue", \r
-function () {\r
-return this.value;\r
-});\r
-Clazz.overrideMethod (c$, "toString", \r
-function () {\r
-return this.getClass ().getName () + "[value=" + this.value + "]";\r
-});\r
+Clazz.declarePackage ("java.text");
+c$ = Clazz.decorateAsClass (function () {
+this.value = null;
+Clazz.instantialize (this, arguments);
+}, java.text, "Annotation");
+Clazz.makeConstructor (c$, 
+function (value) {
+this.value = value;
+}, "~O");
+Clazz.defineMethod (c$, "getValue", 
+function () {
+return this.value;
+});
+Clazz.overrideMethod (c$, "toString", 
+function () {
+return this.getClass ().getName () + "[value=" + this.value + "]";
+});