diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-05-14 09:02:46 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-05-14 09:02:46 +0200 |
commit | cb65846722e82300ef570bc9e161ac1c9ca97348 (patch) | |
tree | 71b3ce543d7dbc950a3167eed926a1933c122a1d /org.eclipse.jgit/src/org | |
parent | e537e29d78a6c4b26207154f59c96a225549cc19 (diff) | |
download | jgit-cb65846722e82300ef570bc9e161ac1c9ca97348.tar.gz jgit-cb65846722e82300ef570bc9e161ac1c9ca97348.zip |
Fix @since tag for introduction of PUBKEY_ACCEPTED_ALGORITHMS
This constant was shipped with 5.11.1.
Change-Id: I480dbefab1cccca78cefbc709b79e5405f8bf8cd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/src/org')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/transport/SshConstants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/SshConstants.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/SshConstants.java index be55cd1b81..5cd5b334ab 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/SshConstants.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/SshConstants.java @@ -118,7 +118,7 @@ public final class SshConstants { * Key in an ssh config file; defines signature algorithms for public key * authentication as a comma-separated list. * - * @since 5.11 + * @since 5.11.1 */ public static final String PUBKEY_ACCEPTED_ALGORITHMS = "PubkeyAcceptedAlgorithms"; |