Corrected JavaDoc param order.

This commit is contained in:
Ioannis Tsakpinis 2013-01-15 22:59:46 +02:00
parent 074f6f2d63
commit d721194cf3
2 changed files with 2 additions and 2 deletions

View File

@ -188,9 +188,9 @@ public final class ARBDebugOutputCallback extends PointerWrapperAbstract {
/**
* This method will be called when an ARB_debug_output message is generated.
*
* @param id the message ID
* @param source the message source
* @param type the message type
* @param id the message ID
* @param severity the message severity
* @param message the string representation of the message.
*/

View File

@ -196,9 +196,9 @@ public final class KHRDebugCallback extends PointerWrapperAbstract {
/**
* This method will be called when an ARB_debug_output message is generated.
*
* @param id the message ID
* @param source the message source
* @param type the message type
* @param id the message ID
* @param severity the message severity
* @param message the string representation of the message.
*/