From dae26b43d184d52d2a4d11fe2d6026fd7af49bc2 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 27 Mar 2019 16:26:28 +0100 Subject: [PATCH] Fix API error filter settings - UploadPack.getFilterBlobLimit() didn't have a wrong @since tag but was marked final shortly after 5.3 was released. This was probably caused by using an outdated API baseline. Currently we should use 5.3.0 as the baseline. - remove unused filter on FS.fileAttributes() Change-Id: I9adc1703e99a9ddb3ea2a1c12a83dccbc1f69a99 Signed-off-by: Matthias Sohn --- org.eclipse.jgit/.settings/.api_filters | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters index 90ea8bd37..3d24d247b 100644 --- a/org.eclipse.jgit/.settings/.api_filters +++ b/org.eclipse.jgit/.settings/.api_filters @@ -15,20 +15,11 @@ - + - - + - - - - - - - -