Repository: mina-sshd
Updated Branches:
  refs/heads/master 373cf5b26 -> 13989b4f2


Fixed inadvertent checkstyle violation


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/13989b4f
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/13989b4f
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/13989b4f

Branch: refs/heads/master
Commit: 13989b4f23184bbb1a68f373375fda9c6d52c431
Parents: 373cf5b
Author: Lyor Goldstein <[email protected]>
Authored: Thu Sep 15 19:52:03 2016 +0300
Committer: Lyor Goldstein <[email protected]>
Committed: Thu Sep 15 19:52:03 2016 +0300

----------------------------------------------------------------------
 .../org/apache/sshd/server/auth/WelcomeBannerTest.java    | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/13989b4f/sshd-core/src/test/java/org/apache/sshd/server/auth/WelcomeBannerTest.java
----------------------------------------------------------------------
diff --git 
a/sshd-core/src/test/java/org/apache/sshd/server/auth/WelcomeBannerTest.java 
b/sshd-core/src/test/java/org/apache/sshd/server/auth/WelcomeBannerTest.java
index bcfa519..e3e40f2 100644
--- a/sshd-core/src/test/java/org/apache/sshd/server/auth/WelcomeBannerTest.java
+++ b/sshd-core/src/test/java/org/apache/sshd/server/auth/WelcomeBannerTest.java
@@ -125,11 +125,11 @@ public class WelcomeBannerTest extends BaseTestSupport {
     @Test
     public void testURLBanner() throws Exception {
         testFileContentBanner(path -> {
-                try {
-                    return path.toUri().toURL();
-                } catch (MalformedURLException e) {
-                    throw new RuntimeException(e);
-                }
+            try {
+                return path.toUri().toURL();
+            } catch (MalformedURLException e) {
+                throw new RuntimeException(e);
+            }
         });
     }
 

Reply via email to