From 6f359c1709ed431e8220dfc5112391a2d6df5e79 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 29 Oct 2018 00:40:00 +0100 Subject: [PATCH] Silence API errors for new methods added to DepthWalk 237abe6a added method getDeepenNots() with a default implementation and method getDeepenNotFlag() to the interface DepthWalk. This affects implementers which is ok in minor release following OSGi semantic versioning. Change-Id: I1c872da261fc6825e1e310127761b8b8a6d397d4 Signed-off-by: Matthias Sohn --- org.eclipse.jgit/.settings/.api_filters | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters index e4b7ba7794..ef0d5301db 100644 --- a/org.eclipse.jgit/.settings/.api_filters +++ b/org.eclipse.jgit/.settings/.api_filters @@ -17,6 +17,18 @@ + + + + + + + + + + + + -- 2.39.5