James Moger
2014-04-17 fa205f0c6bfa572a503caee44b5ff9f5086f99fb
[findbugs] Fix throws signature
1 files modified
2 ■■■ changed files
src/main/java/com/gitblit/transport/ssh/commands/SshCommand.java 2 ●●● patch | view | raw | blame | history
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;
}