You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2020/04/22 13:42:53 UTC

[mina-sshd] 02/02: [SSHD-978] Re-normalized EOL settings

This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 62b0602966a79ab1dae6ccc793055d8ab850c4ef
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Apr 21 17:10:44 2020 +0300

    [SSHD-978] Re-normalized EOL settings
---
 .../test/java/org/apache/sshd/deprecated/ClientUserAuthServiceOld.java | 1 +
 sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthAgent.java  | 1 +
 .../java/org/apache/sshd/deprecated/UserAuthKeyboardInteractive.java   | 3 ++-
 .../src/test/java/org/apache/sshd/deprecated/UserAuthPassword.java     | 1 +
 .../src/test/java/org/apache/sshd/deprecated/UserAuthPublicKey.java    | 3 ++-
 5 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/sshd-core/src/test/java/org/apache/sshd/deprecated/ClientUserAuthServiceOld.java b/sshd-core/src/test/java/org/apache/sshd/deprecated/ClientUserAuthServiceOld.java
index ed619b5..d52189b 100644
--- a/sshd-core/src/test/java/org/apache/sshd/deprecated/ClientUserAuthServiceOld.java
+++ b/sshd-core/src/test/java/org/apache/sshd/deprecated/ClientUserAuthServiceOld.java
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.sshd.deprecated;
 
 import java.io.IOException;
diff --git a/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthAgent.java b/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthAgent.java
index 97363b5..b529056 100644
--- a/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthAgent.java
+++ b/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthAgent.java
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.sshd.deprecated;
 
 import java.io.IOException;
diff --git a/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthKeyboardInteractive.java b/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthKeyboardInteractive.java
index 6236e05..d334846 100644
--- a/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthKeyboardInteractive.java
+++ b/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthKeyboardInteractive.java
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.sshd.deprecated;
 
 import java.io.IOException;
@@ -138,4 +139,4 @@ public class UserAuthKeyboardInteractive extends AbstractUserAuth {
         }
     }
 }
-// CHECKSTYLE:ON
\ No newline at end of file
+// CHECKSTYLE:ON
diff --git a/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthPassword.java b/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthPassword.java
index ef919ad..4a6dc1c 100644
--- a/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthPassword.java
+++ b/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthPassword.java
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.sshd.deprecated;
 
 import java.io.IOException;
diff --git a/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthPublicKey.java b/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthPublicKey.java
index 3308c63..1d6e20c 100644
--- a/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthPublicKey.java
+++ b/sshd-core/src/test/java/org/apache/sshd/deprecated/UserAuthPublicKey.java
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.sshd.deprecated;
 
 import java.io.IOException;
@@ -122,4 +123,4 @@ public class UserAuthPublicKey extends AbstractUserAuth {
         }
     }
 }
-// CHECKSTYLE:ON
\ No newline at end of file
+// CHECKSTYLE:ON