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 2019/10/20 15:30:28 UTC

[mina-sshd] 04/07: [SSHD-842] Moved UserAuthMethodFactory from core to common module

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 a31a83ad0f22aa63f3f2c8afa6c1febb2cf86db8
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Oct 17 11:46:31 2019 +0300

    [SSHD-842] Moved UserAuthMethodFactory from core to common module
---
 .../src/main/java/org/apache/sshd/common/auth/UserAuthMethodFactory.java  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sshd-core/src/main/java/org/apache/sshd/common/auth/UserAuthMethodFactory.java b/sshd-common/src/main/java/org/apache/sshd/common/auth/UserAuthMethodFactory.java
similarity index 100%
rename from sshd-core/src/main/java/org/apache/sshd/common/auth/UserAuthMethodFactory.java
rename to sshd-common/src/main/java/org/apache/sshd/common/auth/UserAuthMethodFactory.java