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 <lgoldst...@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

Reply via email to