chatcommands: Class can be package private

This commit is contained in:
sdburns1998
2019-07-07 04:43:22 +02:00
parent cfda8561e3
commit f93f719452

View File

@@ -34,7 +34,7 @@ import net.runelite.client.callback.ClientThread;
import net.runelite.client.input.KeyListener;
@Singleton
public class ChatKeyboardListener implements KeyListener
class ChatKeyboardListener implements KeyListener
{
@Inject
private ChatCommandsConfig chatCommandsConfig;