9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-25 18:09:17 +00:00

[ci skip] cleanup (14/14)

This commit is contained in:
Dreeam
2025-03-14 15:54:02 -04:00
parent 802a83e095
commit f6aa7635f3
16 changed files with 123 additions and 110 deletions

View File

@@ -0,0 +1,9 @@
package org.dreeam.leaf.async;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
public class AsyncChunkSending {
public static final Logger LOGGER = LogManager.getLogger(AsyncChunkSending.class.getSimpleName());
}