Add missing @since to new API

Change-Id: Ie7c3481aba515d9c9b0a152db17b5a9dc74e7ede
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
This commit is contained in:
Thomas Wolf 2020-05-04 09:30:24 +02:00
parent 3a7e4eaecd
commit 9f07528ff8
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
/**
* Checks if all objects are reachable from certain starting points using
* bitmaps.
*
* @since 5.8
*/
public class BitmappedObjectReachabilityChecker
implements ObjectReachabilityChecker {