= Warning cleanup

This commit is contained in:
Matthew Cech
2019-04-20 02:12:44 -07:00
parent 44a5173974
commit 30ed670218
+1 -3
View File
@@ -4,11 +4,9 @@ import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.function.Consumer;
import java.util.stream.Stream;
//Reads in, handles, and manipulates plugins. Plugins are
//loaded in the order they appear in the folder.
// Reads in, handles, and manipulates plugins. Plugins are loaded in the order they appear in the folder.
public class PluginManager
{
public PluginLoader pluginLoader;