Soeren Grunewald
2014-07-08 0a98a664c61f9a24b02784cd3ecc7e4a74fee700
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;
}