From 0d4e81e50cebce9a75f0a33b2106c9922375c77a Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 30 Aug 2024 21:49:54 +0200 Subject: [PATCH] Remove deprecated ReceivePack#setEchoCommandFailures method Change-Id: Ieeeb33b8b3dc8272023af5d47b3330f4a94c5b96 --- .../org/eclipse/jgit/transport/ReceivePack.java | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java index 21752a1294..6f211e0794 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java @@ -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 * -- 2.39.5