Skip to content

Commit 5c81054

Browse files
committed
Change modifies order
1 parent 306461c commit 5c81054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imgui-binding/src/main/java/imgui/ImGui.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import java.nio.ByteBuffer;
66

77
public final class ImGui {
8-
private final static String LIB_NAME_PROP = "imgui.library.name";
9-
private final static String LIB_NAME_DEFAULT = "imgui-java";
8+
private static final String LIB_NAME_PROP = "imgui.library.name";
9+
private static final String LIB_NAME_DEFAULT = "imgui-java";
1010

1111
private static final ImDrawData DRAW_DATA = new ImDrawData(100_000, 100_000, 1000);
1212
private static final ImGuiIO IMGUI_IO = new ImGuiIO();

0 commit comments

Comments
 (0)