miscellaneous javadoc fixes

This commit is contained in:
Brian Matzon 2004-05-23 17:14:44 +00:00
parent 0adab580af
commit bafbb8899b
3 changed files with 49 additions and 25 deletions

View file

@ -84,7 +84,6 @@ public abstract class AL {
* Native method to create AL instance
*
* @param oalPaths Array of strings containing paths to search for OpenAL library
* @return true if the AL creation process succeeded
*/
protected static native void nCreate(String[] oalPaths) throws LWJGLException;