start of new file
[IRC.git] / Robust / src / Lex / TraditionalComment.java
1 package Lex;
2
3 class TraditionalComment extends Comment {
4   TraditionalComment() { }
5 }