Making OpenSSHKnownHosts.EntryFactory public

This commit is contained in:
Vladimir Dimitrov
2019-03-27 14:28:32 +08:00
committed by Jeroen van Erp
parent 4542d94440
commit 9d1f6d9d83
2 changed files with 72 additions and 1 deletions

View File

@@ -190,7 +190,7 @@ public class OpenSSHKnownHosts
* Lines starting with `#' and empty lines are ignored as comments.
*/
public class EntryFactory {
EntryFactory() {
public EntryFactory() {
}
public KnownHostEntry parseEntry(String line)