]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since tag for BatchRefUpdate#getRefDatabase 30/201430/1
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 20 Apr 2023 22:59:07 +0000 (00:59 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 20 Apr 2023 22:59:07 +0000 (00:59 +0200)
Change-Id: I5d37cbbd6c338e6e6bb8b95ae13a5ed9b5178a8b

org.eclipse.jgit/src/org/eclipse/jgit/lib/BatchRefUpdate.java

index 21d77f47c7644a4e7b147c72b9d58054ab1a4d84..d2367cc3d5eac197395f7827e206cfdfd6aecfb9 100644 (file)
@@ -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;