Add missing since tag on BundleWriter#addObjectsAsIs

Change-Id: Ia07c0ede31e280831869db77b70b43874d8ba3ac
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2020-09-05 23:25:02 +02:00
parent daddfe051b
commit 94aab2f634
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ else if (r.getObjectId() != null
*
* @param c
* pack to include
* @since 5.9
*/
public void addObjectsAsIs(Collection<? extends CachedPack> c) {
cachedPacks.addAll(c);