Commit 62a9bc252e37c8f57c153131735337e173128b1a

Authored by Mumfrey
1 parent 5d8597e6

LiteLoader 1.6.4_02 - experimental - moved com.mumfrey.liteloader.log -> com.mum…

…frey.liteloader.util.log
java/com/mumfrey/liteloader/core/LiteLoaderBootstrap.java
@@ -20,7 +20,7 @@ import net.minecraft.client.ClientBrandRetriever; @@ -20,7 +20,7 @@ import net.minecraft.client.ClientBrandRetriever;
20 import net.minecraft.launchwrapper.LaunchClassLoader; 20 import net.minecraft.launchwrapper.LaunchClassLoader;
21 21
22 import com.mumfrey.liteloader.launch.ILoaderBootstrap; 22 import com.mumfrey.liteloader.launch.ILoaderBootstrap;
23 -import com.mumfrey.liteloader.log.LiteLoaderLogFormatter; 23 +import com.mumfrey.liteloader.util.log.LiteLoaderLogFormatter;
24 24
25 /** 25 /**
26 * LiteLoaderBootstrap is a proxy class which handles the early part of the LiteLoader startup process which 26 * LiteLoaderBootstrap is a proxy class which handles the early part of the LiteLoader startup process which
java/com/mumfrey/liteloader/log/LiteLoaderLogFormatter.java renamed to java/com/mumfrey/liteloader/util/log/LiteLoaderLogFormatter.java
1 -package com.mumfrey.liteloader.log; 1 +package com.mumfrey.liteloader.util.log;
2 2
3 import java.io.PrintWriter; 3 import java.io.PrintWriter;
4 import java.io.StringWriter; 4 import java.io.StringWriter;