| commit | 4117bf9d747fb7bdb9fb36907207777a8a398104 | [log] [tgz] |
|---|---|---|
| author | Matthias Sohn <matthias.sohn@sap.com> | Fri Apr 21 00:59:07 2023 +0200 |
| committer | Matthias Sohn <matthias.sohn@sap.com> | Fri Apr 21 00:59:07 2023 +0200 |
| tree | 0ad22cdb9473ee71dca2a62e302ea308721a2aaa | |
| parent | f0829b0c46f4f89d6691814d26189d8334ea82bd [diff] |
Add missing @since tag for BatchRefUpdate#getRefDatabase Change-Id: I5d37cbbd6c338e6e6bb8b95ae13a5ed9b5178a8b
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 21d77f4..d2367cc 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;