From d29f308848d4ad5ae277e3d8c032fab0a0ee7401 Mon Sep 17 00:00:00 2001 From: zeapo Date: Wed, 17 Dec 2014 23:32:35 +0100 Subject: add documentation --- app/src/main/java/com/zeapo/pwdstore/git/CloneOperation.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/src/main/java/com/zeapo/pwdstore/git/CloneOperation.java b/app/src/main/java/com/zeapo/pwdstore/git/CloneOperation.java index 0445b114..3c5c20c6 100644 --- a/app/src/main/java/com/zeapo/pwdstore/git/CloneOperation.java +++ b/app/src/main/java/com/zeapo/pwdstore/git/CloneOperation.java @@ -46,6 +46,13 @@ public class CloneOperation extends GitOperation { return this; } + /** + * sets the authentication for the ssh-key scheme + * @param sshKey the ssh-key file + * @param username the username + * @param passphrase the passphrase + * @return the current object + */ @Override public CloneOperation setAuthentication(File sshKey, String username, String passphrase) { super.setAuthentication(sshKey, username, passphrase); -- cgit v1.2.3