add java doc for CommandRegistry -> class purpose

This commit is contained in:
tschulz 2016-05-31 10:54:40 +02:00
parent d1d8c74c98
commit 986608d7ad

View File

@ -10,6 +10,8 @@ import java.util.Map;
import java.util.function.BiConsumer;
/**
* This class manages all the commands for a bot. You can register and deregister commands on demand
*
* @author tschulz
*/
public final class CommandRegistry implements ICommandRegistry {