소스 검색

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>
tags/v5.12.0.202105261145-m3
Matthias Sohn 3 년 전
부모
커밋
cb65846722
2개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 11
    0
      org.eclipse.jgit/.settings/.api_filters
  2. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/transport/SshConstants.java

+ 11
- 0
org.eclipse.jgit/.settings/.api_filters 파일 보기

@@ -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>

+ 1
- 1
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";


Loading…
취소
저장