add: mo javadoc

This commit is contained in:
Brian Matzon 2002-08-27 23:28:52 +00:00
parent 2d43fd17aa
commit f42fa6f750
1 changed files with 4 additions and 1 deletions

View File

@ -57,7 +57,10 @@ public class PlayTest extends BasicTest {
public PlayTest() {
super();
}
/**
* Runs the actual test, using supplied arguments
*/
protected void execute(String[] args) {
if(args.length < 1) {
System.out.println("please specify filename to play");