]> source.dussan.org Git - jgit.git/commitdiff
Fix wrong @since tags introduced by 1beb3ccd 41/81641/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 21 Sep 2016 21:37:18 +0000 (23:37 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 21 Sep 2016 21:37:18 +0000 (23:37 +0200)
1beb3ccd1ed3be0dde703a604deeff3a4b9f27eb was submitted in 4.6.0-SNAPSHOT

Change-Id: I33e027dbd0995ba36491bd9e2d4b3c84f9f0abd6
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/PackParser.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivedPackStatistics.java

index 18e6eef991a304e5bf9efd8cdb5628fa4ae2bbf7..4d0803a339c6feeac82ef51a330306bf71ad457d 100644 (file)
@@ -1121,7 +1121,7 @@ public abstract class BaseReceivePack {
         * called after {@link #receivePack} is called.
         *
         * @return ReceivedPackStatistics
-        * @since 4.5
+        * @since 4.6
         */
        @Nullable
        public ReceivedPackStatistics getReceivedPackStatistics() {
index 4c98d5768269de8b1d31af9986aa967cb2bdaae3..4bbe3f8813cb493a2c68cf89b18f35339c906948 100644 (file)
@@ -477,7 +477,7 @@ public abstract class PackParser {
         * This should only be called after pack parsing is finished.
         *
         * @return {@link ReceivedPackStatistics}
-        * @since 4.5
+        * @since 4.6
         */
        public ReceivedPackStatistics getReceivedPackStatistics() {
                return stats.build();
index 127a214be4f1bcd3061b59e9306fa25ad7d37f25..052d5506f87ab57eed390f3e51b3de0939134c25 100644 (file)
@@ -48,7 +48,7 @@ import org.eclipse.jgit.lib.Constants;
 /**
  * Statistics about {@link PackParser}.
  *
- * @since 4.5
+ * @since 4.6
  */
 public class ReceivedPackStatistics {
        private long numBytesRead;