diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/lib/BatchRefUpdate.java b/org.eclipse.jgit/src/org/eclipse/jgit/lib/BatchRefUpdate.java index 21d77f47c..d2367cc3d 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/BatchRefUpdate.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/BatchRefUpdate.java @@ -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;