mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
cleanup
This commit is contained in:
parent
e75efedec3
commit
2632148791
2 changed files with 5 additions and 5 deletions
|
|
@ -39,11 +39,11 @@ import java.nio.IntBuffer;
|
|||
import java.nio.DoubleBuffer;
|
||||
|
||||
/**
|
||||
* $Id$ A class to
|
||||
* check buffer boundaries in general. If there is unsufficient space
|
||||
* $Id$
|
||||
* <p>A class to check buffer boundaries in general. If there is unsufficient space
|
||||
* in the buffer when the call is made then a buffer overflow would otherwise
|
||||
* occur and cause unexpected behaviour, a crash, or worse, a security risk.
|
||||
*
|
||||
* </p>
|
||||
* @author cix_foo <cix_foo@users.sourceforge.net>
|
||||
* @author elias_naur <elias_naur@users.sourceforge.net>
|
||||
* @version $Revision$
|
||||
|
|
|
|||
|
|
@ -39,9 +39,9 @@ import org.lwjgl.input.Mouse;
|
|||
|
||||
/**
|
||||
* $Id$
|
||||
*
|
||||
* <p>
|
||||
* System class (named Sys so as not to conflict with java.lang.System)
|
||||
*
|
||||
* </p>
|
||||
* @author cix_foo <cix_foo@users.sourceforge.net>
|
||||
* @version $Revision$
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue