James Moger
2014-03-18 8f6d5356f3cb7f8e800541fe6d46911bd46c0247
1
2
3
4
5
6
7
8
9
10
11
package com.gitblit.transport.ssh.commands;
 
import com.gitblit.models.UserModel;
 
public class PluginDispatchCommand extends DispatchCommand {
 
    @Override
    protected void registerCommands(UserModel user) {
        // no op
    }
}