diff -Nbaur --exclude-from=/tmp/portal.excludes jboss-portal-2.0.orig/format/src/main/org/jboss/portal/format/parser/chars/MutableChars.java jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/chars/MutableChars.java --- jboss-portal-2.0.orig/format/src/main/org/jboss/portal/format/parser/chars/MutableChars.java Sat Jan 15 18:57:21 2005 +++ jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/chars/MutableChars.java Tue Feb 1 03:50:57 2005 @@ -127,7 +127,7 @@ { public void write(char cbuf[], int off, int len) throws IOException { - append(cbuf, off, len); + MutableChars.this.append(cbuf, off, len); } public void flush() throws IOException {