This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] /
1 package Lex;
2
3 class EndOfLineComment extends Comment {
4   EndOfLineComment(String comment) {
5     appendLine(comment);
6   }
7 }