changes to make sure that i don't step on stephen's work on imports...
[IRC.git] / Robust / JavaGrammar / Lex / DocumentationComment.java
1 package Lex;
2
3 class DocumentationComment extends Comment {
4   DocumentationComment() { }
5 }
6