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>
This commit is contained in:
Matthias Sohn 2021-05-14 09:02:46 +02:00
parent e537e29d78
commit cb65846722
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.jgit" version="2">
<resource path="src/org/eclipse/jgit/transport/SshConstants.java" type="org.eclipse.jgit.transport.SshConstants">
<filter id="1142947843">
<message_arguments>
<message_argument value="5.11.1"/>
<message_argument value="PUBKEY_ACCEPTED_ALGORITHMS"/>
</message_arguments>
</filter>
</resource>
</component>

View File

@ -118,7 +118,7 @@ private 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";