]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since tags for new API methods 40/203340/2
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 25 Jul 2023 20:07:02 +0000 (22:07 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 25 Jul 2023 21:22:46 +0000 (23:22 +0200)
This was missed in d3b40e72acd3.

Change-Id: I6e90157c6be34ae6618e246b02cf77631c8e9732

org.eclipse.jgit/src/org/eclipse/jgit/revwalk/TreeRevFilter.java

index 410c36b16a44d863b335e02944c68ab56eadb3fa..f8b11200a7cfb8802c6b676c7516b6ff67280f80 100644 (file)
@@ -288,6 +288,7 @@ public class TreeRevFilter extends RevFilter {
         * path was changed in a commit, for statistics gathering purposes.
         *
         * @return count of true positives
+        * @since 6.7
         */
        public long getChangedPathFilterTruePositive() {
                return changedPathFilterTruePositive;
@@ -298,6 +299,7 @@ public class TreeRevFilter extends RevFilter {
         * was changed in a commit, for statistics gathering purposes.
         *
         * @return count of false positives
+        * @since 6.7
         */
        public long getChangedPathFilterFalsePositive() {
                return changedPathFilterFalsePositive;
@@ -309,6 +311,7 @@ public class TreeRevFilter extends RevFilter {
         * gathering purposes.
         *
         * @return count of negatives
+        * @since 6.7
         */
        public long getChangedPathFilterNegative() {
                return changedPathFilterNegative;