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