]> source.dussan.org Git - jgit.git/commitdiff
PersonIdent: Revert @since of #getZoneId 06/1204406/1
authorIvan Frade <ifrade@google.com>
Wed, 20 Nov 2024 19:18:46 +0000 (11:18 -0800)
committerIvan Frade <ifrade@google.com>
Wed, 20 Nov 2024 19:21:09 +0000 (11:21 -0800)
In [1], the @since tag of #getZoneId was updated to 7.1 by
mistake. The implementation of the method is different but the API
hasn't changed.

Revert the tag to 6.1, when the method was introduced.

[1] https://gerrithub.io/c/eclipse-jgit/jgit/+/1204142/9/org.eclipse.jgit/src/org/eclipse/jgit/lib/PersonIdent.java

Change-Id: If71d763ac28d4ec02bfebb1e65f56227f44e027d

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

index a59dde7083a37c5f9b8745b21944ca4574fa5bd1..600fec42ca7fc2db10a9773a7fdb9739bb9acd10 100644 (file)
@@ -408,7 +408,7 @@ public class PersonIdent implements Serializable {
         * Get the time zone id
         *
         * @return the time zone id
-        * @since 7.1
+        * @since 6.1
         */
        public ZoneId getZoneId() {
                return tzOffset;
@@ -496,4 +496,3 @@ public class PersonIdent implements Serializable {
                return r.toString();
        }
 }
-