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