From df5924c4462b83d0e316469bf369b35d803ea6ac Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Tue, 28 Oct 2014 20:55:20 +0000 Subject: Fix typo --- src/newt/classes/com/jogamp/newt/Window.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newt/classes/com') diff --git a/src/newt/classes/com/jogamp/newt/Window.java b/src/newt/classes/com/jogamp/newt/Window.java index 060eaab03..3a08f32cf 100644 --- a/src/newt/classes/com/jogamp/newt/Window.java +++ b/src/newt/classes/com/jogamp/newt/Window.java @@ -102,7 +102,7 @@ import javax.media.nativewindow.util.SurfaceSize; * to destroy and/or reattach resources to/from the window. Because of this, the methods * are not safe to be called from EDT related threads. For example, it is not * safe for a method in an attached {@link KeyListener} to call {@link #setFullscreen(boolean)} - * on a {@link Window} directly. It is safe, however, for that thread to spawn a background + * on a {@link Window} directly. It is safe, however, for that method to spawn a background * worker thread which calls the method directly. The documentation for individual methods * indicates whether or not they are lifecycle-heavy. *

-- cgit v1.2.3