Eddy Young
2015-05-22 410c92f5c71c93cd2b4b0a1d9ee4067c34b80c66
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;
}