Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/openal
In directory sc8-pr-cvs1:/tmp/cvs-serv11271
Modified Files:
WaveData.java
Log Message:
fix: better comments on create(filepath)
Index: WaveData.java
CVS Browser:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/java/org/lwjgl/test/openal/WaveData.java
===================================================================
RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/openal/WaveData.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- WaveData.java 3 Jan 2003 01:11:42 -0000 1.3
+++ WaveData.java 3 Jan 2003 01:14:29 -0000 1.4
@@ -85,7 +85,7 @@
/**
* Creates a WaveData container from the specified filename
*
- * @param filepath path to file
+ * @param filepath path to file (relative, and in classpath)
* @return WaveData containing data, or null if a failure occured
*/
public static WaveData create(String filepath) {
|