Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / com / stevesoft / pat / wrap / StringBufferWrap.js
index 811c548..ea57230 100644 (file)
@@ -1,34 +1,34 @@
-Clazz.declarePackage ("com.stevesoft.pat.wrap");\r
-Clazz.load (["com.stevesoft.pat.BasicStringBufferLike", "java.lang.StringBuffer"], "com.stevesoft.pat.wrap.StringBufferWrap", ["com.stevesoft.pat.wrap.StringWrap"], function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.sb = null;\r
-Clazz.instantialize (this, arguments);\r
-}, com.stevesoft.pat.wrap, "StringBufferWrap", null, com.stevesoft.pat.BasicStringBufferLike);\r
-Clazz.prepareFields (c$, function () {\r
-this.sb =  new StringBuffer ();\r
-});\r
-Clazz.overrideMethod (c$, "appendC", \r
-function (c) {\r
-this.sb.append (c);\r
-}, "~S");\r
-Clazz.overrideMethod (c$, "append", \r
-function (s) {\r
-this.sb.append (s);\r
-}, "~S");\r
-Clazz.defineMethod (c$, "length", \r
-function () {\r
-return this.sb.length ();\r
-});\r
-Clazz.overrideMethod (c$, "toString", \r
-function () {\r
-return this.sb.toString ();\r
-});\r
-Clazz.overrideMethod (c$, "toStringLike", \r
-function () {\r
-return  new com.stevesoft.pat.wrap.StringWrap (this.sb.toString ());\r
-});\r
-Clazz.overrideMethod (c$, "unwrap", \r
-function () {\r
-return this.sb;\r
-});\r
-});\r
+Clazz.declarePackage ("com.stevesoft.pat.wrap");
+Clazz.load (["com.stevesoft.pat.BasicStringBufferLike", "java.lang.StringBuffer"], "com.stevesoft.pat.wrap.StringBufferWrap", ["com.stevesoft.pat.wrap.StringWrap"], function () {
+c$ = Clazz.decorateAsClass (function () {
+this.sb = null;
+Clazz.instantialize (this, arguments);
+}, com.stevesoft.pat.wrap, "StringBufferWrap", null, com.stevesoft.pat.BasicStringBufferLike);
+Clazz.prepareFields (c$, function () {
+this.sb =  new StringBuffer ();
+});
+Clazz.overrideMethod (c$, "appendC", 
+function (c) {
+this.sb.append (c);
+}, "~S");
+Clazz.overrideMethod (c$, "append", 
+function (s) {
+this.sb.append (s);
+}, "~S");
+Clazz.defineMethod (c$, "length", 
+function () {
+return this.sb.length ();
+});
+Clazz.overrideMethod (c$, "toString", 
+function () {
+return this.sb.toString ();
+});
+Clazz.overrideMethod (c$, "toStringLike", 
+function () {
+return  new com.stevesoft.pat.wrap.StringWrap (this.sb.toString ());
+});
+Clazz.overrideMethod (c$, "unwrap", 
+function () {
+return this.sb;
+});
+});