]> source.dussan.org Git - jgit.git/commitdiff
RepoProject: Fix @since tag of new methods 84/1195684/2
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 4 Jun 2024 15:54:52 +0000 (17:54 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 9 Jun 2024 18:04:19 +0000 (20:04 +0200)
The change Ia50b85b95bfd3710f9fbda2050be5950dd686941 didn't reach the
6.10 release hence update the API version to 7.0.

Change-Id: If25121797d2955e1e741eec465f69a482af353d1

org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoProject.java

index aa1af21d2326436fd9291587fc010cca88e4359d..b96faab452aa62a3b0de912b7f41b6cae47e39eb 100644 (file)
@@ -395,7 +395,7 @@ public class RepoProject implements Comparable<RepoProject> {
         *
         * @return the upstream value if present, null otherwise.
         *
-        * @since 6.10
+        * @since 7.0
         */
        public String getUpstream() {
                return this.upstream;
@@ -407,9 +407,10 @@ public class RepoProject implements Comparable<RepoProject> {
         * Name of the git ref in which a sha1 can be found, when the revision is a
         * sha1.
         *
-        * @param upstream value of the attribute in the manifest
+        * @param upstream
+        *            value of the attribute in the manifest
         *
-        * @since 6.10
+        * @since 7.0
         */
        void setUpstream(String upstream) {
                this.upstream = upstream;