From 252a1e58a2bda4735edb49a0fa705cc45e35e045 Mon Sep 17 00:00:00 2001 From: Brian Matzon Date: Sun, 17 Aug 2003 20:26:37 +0000 Subject: [PATCH] simple javadoc fix --- src/java/org/lwjgl/openal/CoreAL.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/java/org/lwjgl/openal/CoreAL.java b/src/java/org/lwjgl/openal/CoreAL.java index 38817da3..75addf2e 100644 --- a/src/java/org/lwjgl/openal/CoreAL.java +++ b/src/java/org/lwjgl/openal/CoreAL.java @@ -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_INITIAL, resetting the sampling offset to the beginning. * - * @param n number of sources to rewind * @param sources array of sources to rewind */ 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 pname name of property to retrieve - * @param int */ public static native int alGetBufferi(int buffer, int pname);