diff options
author | Michael Bien <[email protected]> | 2010-03-29 22:33:06 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-29 22:33:06 +0200 |
commit | 476d1d755b6d9c5650779aedda1265917a6dec6e (patch) | |
tree | 87b4db24dcdb8a00f7796ed73f5197882e26e6da /src/newt | |
parent | 273fb3383a04408725ee2bda632af0edf6e8421f (diff) |
fixed a bunch of javadoc warnings.
Diffstat (limited to 'src/newt')
-rw-r--r-- | src/newt/classes/com/jogamp/newt/opengl/GLWindow.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/newt/classes/com/jogamp/newt/opengl/GLWindow.java b/src/newt/classes/com/jogamp/newt/opengl/GLWindow.java index 800e38105..29a392f04 100644 --- a/src/newt/classes/com/jogamp/newt/opengl/GLWindow.java +++ b/src/newt/classes/com/jogamp/newt/opengl/GLWindow.java @@ -58,8 +58,9 @@ public class GLWindow extends Window implements GLAutoDrawable { private Window window; private boolean runPumpMessages; - /** Constructor. Do not call this directly -- use {@link - create()} instead. */ + /** + * Constructor. Do not call this directly -- use {@link #create()} instead. + */ protected GLWindow(Window window, boolean ownerOfWinScrDpy) { this.ownerOfWinScrDpy = ownerOfWinScrDpy; this.window = window; |