James Moger
2014-09-24 2fb843db2702f5f6d1df784d53dd6cbba286f4f3
src/main/java/com/gitblit/transport/ssh/commands/SshCommand.java
@@ -85,5 +85,5 @@
      }
   }
   protected abstract void run() throws UnloggedFailure, Failure, Exception;
   protected abstract void run() throws Failure, Exception;
}