From abe43a584127b54c751aaa78e5a353a0eab7defb Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 4 Oct 2018 23:02:02 +0200 Subject: [PATCH] Silence API warning for method added to interface DepthWalk Breaking implementers is ok in a minor version update following OSGi semantic versioning. According to [1] adding a default method is ok if risk of inheriting a method with the same name from multiple interfaces is low. [1] https://wiki.eclipse.org/Evolving_Java-based_APIs_2#Evolving_API_Interfaces Change-Id: Iad354cb73cfff9a96b9a9852a3c4d9ba0c5df430 Signed-off-by: Matthias Sohn --- org.eclipse.jgit/.settings/.api_filters | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 org.eclipse.jgit/.settings/.api_filters diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters new file mode 100644 index 000000000..cc68ac9a4 --- /dev/null +++ b/org.eclipse.jgit/.settings/.api_filters @@ -0,0 +1,11 @@ + + + + + + + + + + +