]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since tags 65/14465/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 10 Jul 2013 22:18:48 +0000 (00:18 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 10 Jul 2013 22:18:48 +0000 (00:18 +0200)
Change-Id: I6f672249d7ca014c63fb939cd0836689eb27ab90
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransferConfig.java

index 1286718de28d67481a2454752cd3077a9bd39e61..3a08cd35dfe014bb61767739c7ff29cc6de1110d 100644 (file)
@@ -87,6 +87,7 @@ public class TransferConfig {
 
        /**
         * @return allow clients to request non-advertised tip SHA-1s?
+        * @since 3.1
         */
        public boolean isAllowTipSha1InWant() {
                return allowTipSha1InWant;
@@ -94,6 +95,7 @@ public class TransferConfig {
 
        /**
         * @return {@link RefFilter} respecting configured hidden refs.
+        * @since 3.1
         */
        public RefFilter getRefFilter() {
                if (hideRefs.length == 0)