]> source.dussan.org Git - jgit.git/commit
Silence API warning for method added to interface DepthWalk 37/130437/1
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 4 Oct 2018 21:02:02 +0000 (23:02 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 4 Oct 2018 21:02:02 +0000 (23:02 +0200)
commitabe43a584127b54c751aaa78e5a353a0eab7defb
tree9fa811cd62d2d1a3a5a9d85f2d6164311929a4a4
parentc33e392f9b4fa929dda3e65d32188508400392cd
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 <matthias.sohn@sap.com>
org.eclipse.jgit/.settings/.api_filters [new file with mode: 0644]