Browse Source

Silence API errors for new methods added to DepthWalk

237abe6a added method getDeepenNots() with a default implementation and
method getDeepenNotFlag() to the interface DepthWalk. This affects
implementers which is ok in minor release following OSGi semantic
versioning.

Change-Id: I1c872da261fc6825e1e310127761b8b8a6d397d4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v5.2.0.201811281532-m3
Matthias Sohn 5 years ago
parent
commit
6f359c1709
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

@@ -17,6 +17,18 @@
</filter>
</resource>
<resource path="src/org/eclipse/jgit/revwalk/DepthWalk.java" type="org.eclipse.jgit.revwalk.DepthWalk">
<filter id="403804204">
<message_arguments>
<message_argument value="org.eclipse.jgit.revwalk.DepthWalk"/>
<message_argument value="getDeepenNotFlag()"/>
</message_arguments>
</filter>
<filter id="404000815">
<message_arguments>
<message_argument value="org.eclipse.jgit.revwalk.DepthWalk"/>
<message_argument value="getDeepenNots()"/>
</message_arguments>
</filter>
<filter id="404000815">
<message_arguments>
<message_argument value="org.eclipse.jgit.revwalk.DepthWalk"/>

Loading…
Cancel
Save