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 51b63a52..d79bd13a 100644 --- a/modules/overrungl.glfw/src/main/java/overrungl/glfw/GLFW.java +++ b/modules/overrungl.glfw/src/main/java/overrungl/glfw/GLFW.java @@ -1228,7 +1228,6 @@ static String getPlatformString(int platformCode) { * This function will set the {@code LC_CTYPE} category of the * application locale according to the current environment if that category is * still "C". This is because the "C" locale breaks Unicode text input. - *

* * * @glfw.thread_safety This function must only be called from the main thread.