From: Matthias Sohn Date: Thu, 4 Oct 2018 21:02:02 +0000 (+0200) Subject: Silence API warning for method added to interface DepthWalk X-Git-Tag: v5.2.0.201811281532-m3~119 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F130437%2F1;p=jgit.git 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 --- diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters new file mode 100644 index 0000000000..cc68ac9a46 --- /dev/null +++ b/org.eclipse.jgit/.settings/.api_filters @@ -0,0 +1,11 @@ + + + + + + + + + + +