diff options
author | Thomas Wolf <twolf@apache.org> | 2023-12-05 15:33:36 +0100 |
---|---|---|
committer | Thomas Wolf <twolf@apache.org> | 2023-12-05 16:06:09 +0100 |
commit | 4592603b965f9eba98ab1140a61d1258ef8d5f23 (patch) | |
tree | 1541f0621a59f37f0f44bd0de6dbd4eee728d25e /org.eclipse.jgit | |
parent | 072f4e52075ed5c8e116e5c4ec0dcc262e28eb4b (diff) | |
download | jgit-4592603b965f9eba98ab1140a61d1258ef8d5f23.tar.gz jgit-4592603b965f9eba98ab1140a61d1258ef8d5f23.zip |
API filter for PackStatistics.objectsWithBitmapsFound
The field was introduced in commit 5e563e1b.
Change-Id: Ic2f495e79319ac6044bcabf253b63b8b631eec84
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 506a89a002..6b043a8018 100644 --- a/org.eclipse.jgit/.settings/.api_filters +++ b/org.eclipse.jgit/.settings/.api_filters @@ -56,4 +56,12 @@ </message_arguments> </filter> </resource> + <resource path="src/org/eclipse/jgit/storage/pack/PackStatistics.java" type="org.eclipse.jgit.storage.pack.PackStatistics$Accumulator"> + <filter id="336658481"> + <message_arguments> + <message_argument value="org.eclipse.jgit.storage.pack.PackStatistics.Accumulator"/> + <message_argument value="objectsWithBitmapsFound"/> + </message_arguments> + </filter> + </resource> </component> |