]> source.dussan.org Git - jgit.git/commitdiff
Remove deprecated ReceivePack#setEchoCommandFailures method 39/1200439/2
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 30 Aug 2024 19:49:54 +0000 (21:49 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 3 Sep 2024 14:11:03 +0000 (16:11 +0200)
Change-Id: Ieeeb33b8b3dc8272023af5d47b3330f4a94c5b96

org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java

index 21752a1294e8cbc1eaa852ab4bc1e4fc6801bef6..6f211e079471cd271d4e1710a326cd767767fd53 100644 (file)
@@ -2102,22 +2102,6 @@ public class ReceivePack {
                this.unpackErrorHandler = unpackErrorHandler;
        }
 
-       /**
-        * Set whether this class will report command failures as warning messages
-        * before sending the command results.
-        *
-        * @param echo
-        *            if true this class will report command failures as warning
-        *            messages before sending the command results. This is usually
-        *            not necessary, but may help buggy Git clients that discard the
-        *            errors when all branches fail.
-        * @deprecated no widely used Git versions need this any more
-        */
-       @Deprecated
-       public void setEchoCommandFailures(boolean echo) {
-               // No-op.
-       }
-
        /**
         * Get the client session-id
         *