diff --git a/src/java/org/lwjgl/BufferChecks.java b/src/java/org/lwjgl/BufferChecks.java index 0f966a73..4c723e95 100644 --- a/src/java/org/lwjgl/BufferChecks.java +++ b/src/java/org/lwjgl/BufferChecks.java @@ -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$ + *
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. - * + *
* @author cix_foo* System class (named Sys so as not to conflict with java.lang.System) - * + *
* @author cix_foo