package com.gitblit.transport.ssh.commands; import com.gitblit.models.UserModel; public class PluginDispatchCommand extends DispatchCommand { @Override protected void registerCommands(UserModel user) { // no op } }