From d2a23afb53a273b37118ea5f8d2665c0cd988ef1 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sun, 3 Dec 2017 13:54:28 +0100 Subject: [PATCH] Silence API warnings for reintroduced ResolveMerger#processEntry This was silenced before but suppression was unintentionally lost in merge commit 6858339c1e2878d5c5dc6cc9b422f9802be950ae. This method was removed in 4.9.0 and reintroduced in 4.9.1 to avoid breaking EMF compare versions which were built against older versions. See: abf420302bb03b119c19ddf29ef0c968f77c318d Change-Id: I152d58ac885e044bcab682b9423f6cc83b667989 Signed-off-by: Matthias Sohn --- org.eclipse.jgit/.settings/.api_filters | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters index 894341e5c..1824eb2e5 100644 --- a/org.eclipse.jgit/.settings/.api_filters +++ b/org.eclipse.jgit/.settings/.api_filters @@ -1,5 +1,13 @@ + + + + + + + + @@ -47,6 +55,15 @@ + + + + + + + + +