diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-21 00:59:07 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-04-21 00:59:07 +0200 |
commit | 4117bf9d747fb7bdb9fb36907207777a8a398104 (patch) | |
tree | 0ad22cdb9473ee71dca2a62e302ea308721a2aaa | |
parent | f0829b0c46f4f89d6691814d26189d8334ea82bd (diff) | |
download | jgit-4117bf9d747fb7bdb9fb36907207777a8a398104.tar.gz jgit-4117bf9d747fb7bdb9fb36907207777a8a398104.zip |
Add missing @since tag for BatchRefUpdate#getRefDatabase
Change-Id: I5d37cbbd6c338e6e6bb8b95ae13a5ed9b5178a8b
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/lib/BatchRefUpdate.java | 1 |
1 files changed, 1 insertions, 0 deletions
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 21d77f47c7..d2367cc3d5 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 class BatchRefUpdate { * Get the ref database associated with this update. * * @return the ref database. + * @since 6.6 */ protected RefDatabase getRefDatabase() { return refdb; |