diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-29 00:04:18 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-29 00:04:18 +0100 |
commit | ff0ec5c6124e0140b6d8de0d77b19922144af494 (patch) | |
tree | ee0054d88cd2bd1897fd7b5986caeeab2076f2bf /org.eclipse.jgit | |
parent | 5a717a705492221a9dd590806a12f84b61acaada (diff) | |
download | jgit-ff0ec5c6124e0140b6d8de0d77b19922144af494.tar.gz jgit-ff0ec5c6124e0140b6d8de0d77b19922144af494.zip |
Silence API error for new method BitmapIndex#addBitmapLookupListener
it has an empty default implementation.
Change-Id: I56b16c48992652a4ddaaf4c0435e08452c65749e
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r-- | org.eclipse.jgit/.settings/.api_filters | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters index 6e04eb8ec8..506a89a002 100644 --- a/org.eclipse.jgit/.settings/.api_filters +++ b/org.eclipse.jgit/.settings/.api_filters @@ -8,6 +8,14 @@ </message_arguments> </filter> </resource> + <resource path="src/org/eclipse/jgit/lib/BitmapIndex.java" type="org.eclipse.jgit.lib.BitmapIndex"> + <filter id="404000815"> + <message_arguments> + <message_argument value="org.eclipse.jgit.lib.BitmapIndex"/> + <message_argument value="addBitmapLookupListener(BitmapIndex.BitmapLookupListener)"/> + </message_arguments> + </filter> + </resource> <resource path="src/org/eclipse/jgit/lib/ConfigConstants.java" type="org.eclipse.jgit.lib.ConfigConstants"> <filter id="1142947843"> <message_arguments> |