DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4256>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4256 SimpleNode setFirstToken() has obvious typo Summary: SimpleNode setFirstToken() has obvious typo Product: Velocity Version: 1.1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Source AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] ./src/java/org/apache/velocity/runtime/parser/node/SimpleNode.java Line 105-108: public void setFirstToken(Token t) { this.first = first; } Should read: this.first = t; I have no idea if this affects anything.
