Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / org / exolab / castor / xml / Unmarshaller.js
index 09f0175..70aff82 100644 (file)
@@ -1,24 +1,24 @@
-Clazz.declarePackage ("org.exolab.castor.xml");\r
-c$ = Clazz.declareType (org.exolab.castor.xml, "Unmarshaller");\r
-Clazz.makeConstructor (c$, \r
-function (record) {\r
-}, "~O");\r
-Clazz.defineMethod (c$, "setIgnoreExtraElements", \r
-function (b) {\r
-}, "~B");\r
-Clazz.defineMethod (c$, "setIgnoreExtraAttributes", \r
-function (b) {\r
-}, "~B");\r
-Clazz.defineMethod (c$, "setMapping", \r
-function (map) {\r
-}, "org.exolab.castor.mapping.Mapping");\r
-Clazz.defineMethod (c$, "setLogWriter", \r
-function (printWriter) {\r
-}, "java.io.PrintWriter");\r
-Clazz.defineMethod (c$, "unmarshal", \r
-function (file) {\r
-return null;\r
-}, "java.io.Reader");\r
-Clazz.defineMethod (c$, "setDebug", \r
-function (debugEnabled) {\r
-}, "~B");\r
+Clazz.declarePackage ("org.exolab.castor.xml");
+c$ = Clazz.declareType (org.exolab.castor.xml, "Unmarshaller");
+Clazz.makeConstructor (c$, 
+function (record) {
+}, "~O");
+Clazz.defineMethod (c$, "setIgnoreExtraElements", 
+function (b) {
+}, "~B");
+Clazz.defineMethod (c$, "setIgnoreExtraAttributes", 
+function (b) {
+}, "~B");
+Clazz.defineMethod (c$, "setMapping", 
+function (map) {
+}, "org.exolab.castor.mapping.Mapping");
+Clazz.defineMethod (c$, "setLogWriter", 
+function (printWriter) {
+}, "java.io.PrintWriter");
+Clazz.defineMethod (c$, "unmarshal", 
+function (file) {
+return null;
+}, "java.io.Reader");
+Clazz.defineMethod (c$, "setDebug", 
+function (debugEnabled) {
+}, "~B");