From 23b6a8dc92521f762248011b74f4d5028472583d Mon Sep 17 00:00:00 2001 From: Robin Stevens Date: Wed, 4 May 2016 12:19:04 +0200 Subject: Typo in javadoc of GLDrawable#isRealized --- src/jogl/classes/com/jogamp/opengl/GLDrawable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jogl/classes') diff --git a/src/jogl/classes/com/jogamp/opengl/GLDrawable.java b/src/jogl/classes/com/jogamp/opengl/GLDrawable.java index c801ba463..a4a9d2e06 100644 --- a/src/jogl/classes/com/jogamp/opengl/GLDrawable.java +++ b/src/jogl/classes/com/jogamp/opengl/GLDrawable.java @@ -134,7 +134,7 @@ public interface GLDrawable extends NativeSurfaceHolder { public void setRealized(boolean realized); /** - * Returns true if this drawable is realized, otherwise true. + * Returns true if this drawable is realized, otherwise false. *

* A drawable can be realized and unrealized via {@link #setRealized(boolean)}. *

-- cgit v1.2.3