]> source.dussan.org Git - jgit.git/commitdiff
Fix @since tag for introduction of PUBKEY_ACCEPTED_ALGORITHMS 93/180593/1
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 14 May 2021 07:02:46 +0000 (09:02 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 14 May 2021 07:02:46 +0000 (09:02 +0200)
This constant was shipped with 5.11.1.

Change-Id: I480dbefab1cccca78cefbc709b79e5405f8bf8cd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/.settings/.api_filters [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/SshConstants.java

diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters
new file mode 100644 (file)
index 0000000..33331fb
--- /dev/null
@@ -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>
index be55cd1b81d3bc977bdac5c8f7be2e1f079ad7a4..5cd5b334abd585cc98bc96b1b2233cbf46b0ba44 100644 (file)
@@ -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";