diff --git a/modules/overrungl.glfw/src/main/java/overrungl/glfw/GLFW.java b/modules/overrungl.glfw/src/main/java/overrungl/glfw/GLFW.java index 795b7007..dc2aad7d 100644 --- a/modules/overrungl.glfw/src/main/java/overrungl/glfw/GLFW.java +++ b/modules/overrungl.glfw/src/main/java/overrungl/glfw/GLFW.java @@ -5586,8 +5586,7 @@ public static long getTimerFrequency() { * hint. *
* The specified window must have an OpenGL or OpenGL ES context. - * Specifying - * a window without a context will generate a {@link #NO_WINDOW_CONTEXT} + * Specifying a window without a context will generate a {@link #NO_WINDOW_CONTEXT} * error. * * @param window The window whose context to make current, or {@link MemorySegment#NULL NULL} to