Browse Source

Silence API errors introduced by f648a3bd

The removed method and the new interface method only affect implementors
which is ok in a minor release following OSGi semantic versioning.

Change-Id: Ia5e55bd803965c7590c9278eecc6bdd36241383f
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v5.2.0.201811281532-m3
Matthias Sohn 5 years ago
parent
commit
00472a6d7c
1 changed files with 22 additions and 0 deletions
  1. 22
    0
      org.eclipse.jgit/.settings/.api_filters

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

@@ -1,5 +1,27 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.jgit" version="2">
<resource path="src/org/eclipse/jgit/gitrepo/RepoCommand.java" type="org.eclipse.jgit.gitrepo.RepoCommand$DefaultRemoteReader">
<filter id="338792546">
<message_arguments>
<message_argument value="org.eclipse.jgit.gitrepo.RepoCommand.DefaultRemoteReader"/>
<message_argument value="readFile(String, String, String)"/>
</message_arguments>
</filter>
<filter id="338792546">
<message_arguments>
<message_argument value="org.eclipse.jgit.gitrepo.RepoCommand.DefaultRemoteReader"/>
<message_argument value="readFileFromRepo(Repository, String, String)"/>
</message_arguments>
</filter>
</resource>
<resource path="src/org/eclipse/jgit/gitrepo/RepoCommand.java" type="org.eclipse.jgit.gitrepo.RepoCommand$RemoteReader">
<filter id="403804204">
<message_arguments>
<message_argument value="org.eclipse.jgit.gitrepo.RepoCommand.RemoteReader"/>
<message_argument value="readFileWithMode(String, String, String)"/>
</message_arguments>
</filter>
</resource>
<resource path="src/org/eclipse/jgit/lib/GitmoduleEntry.java" type="org.eclipse.jgit.lib.GitmoduleEntry">
<filter id="1109393411">
<message_arguments>

Loading…
Cancel
Save