Fabrice Bacchella
2015-05-25 e97c01c140841667b1fa50a9ffa41bb60952e4ec
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;
}