We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5b077 commit 9e612b6Copy full SHA for 9e612b6
2 files changed
src/main/java/com/github/elebras1/flecs/Flecs.java
@@ -1,7 +1,7 @@
1
package com.github.elebras1.flecs;
2
3
import com.github.elebras1.flecs.collection.EcsLongList;
4
-import com.github.elebras1.flecs.util.FlecsLoader;
+import com.github.elebras1.flecs.util.internal.FlecsLoader;
5
6
import java.lang.foreign.Arena;
7
import java.lang.foreign.MemoryLayout;
…hub/elebras1/flecs/util/FlecsLoader.java …as1/flecs/util/internal/FlecsLoader.javasrc/main/java/com/github/elebras1/flecs/util/FlecsLoader.java renamed to src/main/java/com/github/elebras1/flecs/util/internal/FlecsLoader.java
@@ -1,4 +1,4 @@
-package com.github.elebras1.flecs.util;
+package com.github.elebras1.flecs.util.internal;
import java.io.IOException;
import java.io.InputStream;
0 commit comments