James Moger
2014-04-13 22659c867e3b8f11907302a4c6bbf9c7f5f9e9d3
src/main/java/com/gitblit/transport/ssh/commands/DispatchCommand.java
@@ -40,6 +40,12 @@
import com.google.common.base.Strings;
import com.google.common.collect.Maps;
/**
 * Parses an SSH command-line and dispatches the command to the appropriate
 * BaseCommand instance.
 *
 * @since 1.5.0
 */
public abstract class DispatchCommand extends BaseCommand implements ExtensionPoint {
   private Logger log = LoggerFactory.getLogger(getClass());
@@ -89,6 +95,7 @@
    * registered within this method.
    *
    * @param user
    * @since 1.5.0
    */
   protected abstract void setup(UserModel user);