From cda1f9f66528cd7e16dc807840d927fd452e1dd6 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 22 Mar 2012 13:57:18 +0100 Subject: Minor edits: Fix API doc / Remove Thread.dumpStack() --- src/java/com/jogamp/common/nio/Buffers.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/java/com/jogamp/common/nio/Buffers.java') 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 are considered direct. */ public static boolean isDirect(Object buf) { if (buf == null) { -- cgit v1.2.3