blob: 290b1ff39226ac3cbdea9c5dc4e0eb0d847387aa [file] [log] [blame]
package com.gerritforge.analytics.plugin
import com.google.gerrit.sshd.PluginCommandModule
class SshModule extends PluginCommandModule {
override protected def configureCommands {
command(classOf[StartCommand])
}
}