This commit is contained in:
Brian Matzon 2005-02-07 18:48:22 +00:00
parent e75efedec3
commit 2632148791
2 changed files with 5 additions and 5 deletions

View File

@ -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$

View File

@ -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$
*/