summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/nio/Buffers.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/com/jogamp/common/nio/Buffers.java')
-rwxr-xr-xsrc/java/com/jogamp/common/nio/Buffers.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/java/com/jogamp/common/nio/Buffers.java b/src/java/com/jogamp/common/nio/Buffers.java
index 27000fe..5aace6e 100755
--- a/src/java/com/jogamp/common/nio/Buffers.java
+++ b/src/java/com/jogamp/common/nio/Buffers.java
@@ -289,8 +289,7 @@ public class Buffers {
/**
* Helper routine to tell whether a buffer is direct or not. Null
- * pointers are considered NOT direct. isDirect() should really be
- * public in Buffer and not replicated in all subclasses.
+ * pointers <b>are</b> considered direct.
*/
public static boolean isDirect(Object buf) {
if (buf == null) {