James Moger
2014-09-05 f422bc80b9703e261d4c74beeca91f31b6d9f305
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;
}