Move cache to utils
This commit is contained in:
parent
ca1dc7c0b1
commit
175444970e
@ -2,7 +2,7 @@ package wtf.beatrice.nounspicker.commands.subcommands;
|
||||
|
||||
import org.bukkit.command.CommandSender;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import wtf.beatrice.nounspicker.objects.Cache;
|
||||
import wtf.beatrice.nounspicker.utils.Cache;
|
||||
|
||||
public class NounsSetSubCommand
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
package wtf.beatrice.nounspicker.objects;
|
||||
package wtf.beatrice.nounspicker.utils;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
Loading…
Reference in New Issue
Block a user