simple javadoc fix

This commit is contained in:
Brian Matzon 2003-08-17 20:26:37 +00:00
parent d252143d8b
commit 252a1e58a2
1 changed files with 0 additions and 2 deletions

View File

@ -512,7 +512,6 @@ public abstract class CoreAL extends BaseAL implements BaseALConstants {
* AL_PLAYING Source. Rewind() applied to a AL_STOPPED Source promotes the Source to * AL_PLAYING Source. Rewind() applied to a AL_STOPPED Source promotes the Source to
* AL_INITIAL, resetting the sampling offset to the beginning. * AL_INITIAL, resetting the sampling offset to the beginning.
* *
* @param n number of sources to rewind
* @param sources array of sources to rewind * @param sources array of sources to rewind
*/ */
public static void alSourceRewind(IntBuffer sources) { public static void alSourceRewind(IntBuffer sources) {
@ -658,7 +657,6 @@ public abstract class CoreAL extends BaseAL implements BaseALConstants {
* *
* @param buffer buffer to get property from * @param buffer buffer to get property from
* @param pname name of property to retrieve * @param pname name of property to retrieve
* @param int
*/ */
public static native int alGetBufferi(int buffer, int pname); public static native int alGetBufferi(int buffer, int pname);