JAL-1807 test
[jalviewjs.git] / bin / jalview / datamodel / ProvenanceEntry.js
index 5077d90..1283717 100644 (file)
@@ -1,31 +1,31 @@
-Clazz.declarePackage ("jalview.datamodel");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.user = null;\r
-this.action = null;\r
-this.id = null;\r
-this.date = null;\r
-Clazz.instantialize (this, arguments);\r
-}, jalview.datamodel, "ProvenanceEntry");\r
-Clazz.makeConstructor (c$, \r
-function (u, a, d, i) {\r
-this.user = u;\r
-this.action = a;\r
-this.date = d;\r
-this.id = i;\r
-}, "~S,~S,java.util.Date,~S");\r
-Clazz.defineMethod (c$, "getUser", \r
-function () {\r
-return this.user;\r
-});\r
-Clazz.defineMethod (c$, "getAction", \r
-function () {\r
-return this.action;\r
-});\r
-Clazz.defineMethod (c$, "getDate", \r
-function () {\r
-return this.date;\r
-});\r
-Clazz.defineMethod (c$, "getID", \r
-function () {\r
-return this.id;\r
-});\r
+Clazz.declarePackage ("jalview.datamodel");
+c$ = Clazz.decorateAsClass (function () {
+this.user = null;
+this.action = null;
+this.id = null;
+this.date = null;
+Clazz.instantialize (this, arguments);
+}, jalview.datamodel, "ProvenanceEntry");
+Clazz.makeConstructor (c$, 
+function (u, a, d, i) {
+this.user = u;
+this.action = a;
+this.date = d;
+this.id = i;
+}, "~S,~S,java.util.Date,~S");
+Clazz.defineMethod (c$, "getUser", 
+function () {
+return this.user;
+});
+Clazz.defineMethod (c$, "getAction", 
+function () {
+return this.action;
+});
+Clazz.defineMethod (c$, "getDate", 
+function () {
+return this.date;
+});
+Clazz.defineMethod (c$, "getID", 
+function () {
+return this.id;
+});