James Moger
2014-03-18 23c416f30f4a1e69e76b70d71f6a9a7da4a020f1
src/main/java/com/gitblit/transport/ssh/commands/SshCommand.java
@@ -19,7 +19,9 @@
import org.apache.sshd.server.Environment;
public abstract class SshCommand extends BaseCommand {
import ro.fortsoft.pf4j.ExtensionPoint;
public abstract class SshCommand extends BaseCommand implements ExtensionPoint {
   protected PrintWriter stdout;
   protected PrintWriter stderr;