Joel Johnson
2015-06-12 c20191fc0931a19bec0df1ab2b56f287e5d8b7c7
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;
}