James Moger
2014-03-18 41a7e46579d12e36c583aa8c2418e49c3f4c29a4
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
    }
}