Skip to content

Commit

Permalink
Clean up unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Feb 3, 2025
1 parent 170c818 commit 4b547a2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import com.mohistmc.util.DataParser;
import com.mohistmc.util.EulaUtil;
import com.mohistmc.util.MohistModuleManager;
import com.mohistmc.util.UpdateUtils;
import cpw.mods.bootstraplauncher.BootstrapLauncher;
import java.lang.management.ManagementFactory;
import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@
package com.mohistmc.feature;

import com.mohistmc.action.v_1_20_1;
import com.mohistmc.config.MohistConfigUtil;
import com.mohistmc.libraries.Libraries;
import com.mohistmc.libraries.LibrariesDownloadQueue;
import com.mohistmc.tools.ConnectionUtil;
import com.mohistmc.util.I18n;
import com.mohistmc.util.JarLoader;
import java.io.File;
import java.util.Objects;

public class DefaultLibraries {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import java.sql.SQLException;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import java.util.function.Consumer;

public class ExceptionHandler implements Thread.UncaughtExceptionHandler {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
package com.mohistmc.libraries;

import com.mohistmc.MohistMCStart;
import com.mohistmc.tools.ConnectionUtil;
import com.mohistmc.tools.FileUtils;
import com.mohistmc.tools.MD5Util;
import java.io.BufferedReader;
import java.io.File;
Expand Down

0 comments on commit 4b547a2

Please sign in to comment.