summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2019-07-17 20:18:14 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2019-07-17 20:18:14 +0900
commit7f94fed1b567713a629f7621ff2c511767e448ab (patch)
treea9248d7622ce2a3ae161272662af9223ffb61675
parent6bd4959ad5b0dab5409d446e91561802ac163f68 (diff)
SshHelper: Add class javadoc
-rw-r--r--src/main/java/com/googlesource/gerrit/plugins/replication/SshHelper.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/com/googlesource/gerrit/plugins/replication/SshHelper.java b/src/main/java/com/googlesource/gerrit/plugins/replication/SshHelper.java
index 2b16a66..d73c101 100644
--- a/src/main/java/com/googlesource/gerrit/plugins/replication/SshHelper.java
+++ b/src/main/java/com/googlesource/gerrit/plugins/replication/SshHelper.java
@@ -25,6 +25,7 @@ import org.eclipse.jgit.transport.URIish;
import org.eclipse.jgit.util.FS;
import org.eclipse.jgit.util.io.StreamCopyThread;
+/** Utility class that provides SSH access to remote URIs. */
public class SshHelper {
private final Provider<SshSessionFactory> sshSessionFactoryProvider;
private final int commandTimeout;