James Moger
2014-03-18 23c416f30f4a1e69e76b70d71f6a9a7da4a020f1
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
    }
}