mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-15 12:01:51 +01:00
Cleanups (imports, typos).
This commit is contained in:
parent
6a8a0f3593
commit
1bc280eee5
@ -18,7 +18,8 @@ public interface GenericInstanceRegistry {
|
||||
public <T> T registerGenericInstance(T instance);
|
||||
|
||||
/**
|
||||
* Register an instance under for a super-class. The registry implementation might specify id overriding is allowed.
|
||||
* Register an instance under for a super-class.
|
||||
* @todo The registry implementation might specify if overriding is allowed.
|
||||
* @param registerAs
|
||||
* @param instance
|
||||
* @return The previously registered instance. If none was registered, null is returned.
|
||||
|
@ -6,7 +6,6 @@ import java.util.List;
|
||||
|
||||
import fr.neatmonster.nocheatplus.NCPAPIProvider;
|
||||
import fr.neatmonster.nocheatplus.PluginTests;
|
||||
import fr.neatmonster.nocheatplus.compat.bukkit.MCAccessBukkit;
|
||||
import fr.neatmonster.nocheatplus.config.ConfigFile;
|
||||
import fr.neatmonster.nocheatplus.config.DefaultConfig;
|
||||
import fr.neatmonster.nocheatplus.config.RawConfigFile;
|
||||
|
Loading…
Reference in New Issue
Block a user