Add missing @since tag for BatchRefUpdate#getRefDatabase

Change-Id: I5d37cbbd6c338e6e6bb8b95ae13a5ed9b5178a8b
This commit is contained in:
Matthias Sohn 2023-04-21 00:59:07 +02:00
parent f0829b0c46
commit 4117bf9d74
1 changed files with 1 additions and 0 deletions

View File

@ -525,6 +525,7 @@ public void execute(RevWalk walk, ProgressMonitor monitor,
* Get the ref database associated with this update.
*
* @return the ref database.
* @since 6.6
*/
protected RefDatabase getRefDatabase() {
return refdb;