org.aspectj/tests/new/SmallComment.java
2002-12-16 18:51:06 +00:00

14 lines
262 B
Java

import org.aspectj.testing.*;
public class SmallComment {
public static void main(String[] args) {
new SmallComment().realMain(args);
}
public void realMain(String[] args) {
/**/
Tester.check(true, "Compiled");
}
}