Minor code householding
- Fix Javadoc errors reported during Jenkins build - Use Guava methods in NewSetting where possible
This commit is contained in:
@@ -26,10 +26,8 @@ public class CommandHandler {
|
||||
private final CommandService commandService;
|
||||
private final PermissionsManager permissionsManager;
|
||||
|
||||
/**
|
||||
* Create a command handler.
|
||||
*
|
||||
* @param commandService The CommandService instance
|
||||
/*
|
||||
* Constructor.
|
||||
*/
|
||||
@Inject
|
||||
public CommandHandler(CommandService commandService, PermissionsManager permissionsManager) {
|
||||
|
||||
Reference in New Issue
Block a user