瀏覽代碼

Suppress API error for RefDatabase.hasFastTipsWithSha1()

This method was added in stable-5.6 after 5.6 RC1 was tagged. It's shown
as an API error when using 5.6.0 RC1 as the API baseline for master.
This suppression can be removed when 5.6 is released which will serve as
the API baseline for 5.7.

Change-Id: Ic6359fe59ed2d2a9431583b0854ec86bbac76880
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v5.7.0.202001151323-m1
Matthias Sohn 4 年之前
父節點
當前提交
a4ad83c96c
共有 1 個檔案被更改,包括 12 行新增0 行删除
  1. 12
    0
      org.eclipse.jgit/.settings/.api_filters

+ 12
- 0
org.eclipse.jgit/.settings/.api_filters 查看文件

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.jgit" version="2">
<resource path="src/org/eclipse/jgit/lib/RefDatabase.java" type="org.eclipse.jgit.lib.RefDatabase">
<filter id="1141899266">
<message_arguments>
<message_argument value="5.6"/>
<message_argument value="5.7"/>
<message_argument value="hasFastTipsWithSha1()"/>
</message_arguments>
</filter>
</resource>
</component>

Loading…
取消
儲存