Browse Source

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 years ago
parent
commit
a4ad83c96c
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      org.eclipse.jgit/.settings/.api_filters

+ 12
- 0
org.eclipse.jgit/.settings/.api_filters View File

@@ -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…
Cancel
Save