fix: better comments on create(filepath)

This commit is contained in:
Brian Matzon 2003-01-03 01:14:29 +00:00
parent 8e992f3257
commit 2935d85fa6
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class WaveData {
/**
* 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) {