diff options
author | Sven Gothel <[email protected]> | 2013-01-27 04:36:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-01-27 04:36:53 +0100 |
commit | 4e9054d996870467182b0e963fa80aa6740968b6 (patch) | |
tree | 532c264070d91a990b587a1e1e3e297b0df9ed2b /src/jogl/classes/com/jogamp/opengl/GLAutoDrawableDelegate.java | |
parent | 02104525a63aed70c51b825be0e8c83ed17cfa31 (diff) |
Fix misc API docs ..
Diffstat (limited to 'src/jogl/classes/com/jogamp/opengl/GLAutoDrawableDelegate.java')
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/GLAutoDrawableDelegate.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/GLAutoDrawableDelegate.java b/src/jogl/classes/com/jogamp/opengl/GLAutoDrawableDelegate.java index 24116f199..206331ac0 100644 --- a/src/jogl/classes/com/jogamp/opengl/GLAutoDrawableDelegate.java +++ b/src/jogl/classes/com/jogamp/opengl/GLAutoDrawableDelegate.java @@ -48,7 +48,7 @@ import jogamp.opengl.GLDrawableImpl; /** * Fully functional {@link GLAutoDrawable} implementation - * utilizing already created created {@link GLDrawable} and {@link GLContext} instances. + * utilizing already created {@link GLDrawable} and {@link GLContext} instances. * <p> * Since no native windowing system events are being processed, it is recommended * to handle at least: |