Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/openal/test
In directory usw-pr-cvs1:/tmp/cvs-serv1564/org/lwjgl/openal/test
Modified Files:
PlayTest.java
Log Message:
add: mo javadoc
Index: PlayTest.java
CVS Browser:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/java/org/lwjgl/openal/test/PlayTest.java
===================================================================
RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/openal/test/PlayTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- PlayTest.java 27 Aug 2002 17:48:30 -0000 1.4
+++ PlayTest.java 27 Aug 2002 23:28:52 -0000 1.5
@@ -57,7 +57,10 @@
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");
|