300301302303304305306307308309310
} buf.append( expanded ); // do we need to report errors for that? if ( lines[i].equals( expanded ) ) { // report error this.addError( new ExpanderException( "Unable to expand: " + lines[i], i + lineOffset ) ); } } buf.append( "\n" ); }