Fix some straightforward Javadoc problems

This commit is contained in:
Philip Whitehouse 2014-05-20 00:05:53 +01:00
parent 50c0c30499
commit fd726e545f
5 changed files with 10 additions and 10 deletions

View file

@ -82,7 +82,7 @@ public final class ALCcontext {
* @param contextFrequency Frequency to add
* @param contextRefresh Refresh rate to add
* @param contextSynchronized Whether to synchronize the context
* @return
* @return attribute list
*/
static IntBuffer createAttributeList(int contextFrequency, int contextRefresh, int contextSynchronized) {
IntBuffer attribList = BufferUtils.createIntBuffer(7);