]> source.dussan.org Git - jgit.git/commitdiff
Remove deprecated RemoteRemoveCommand#setName method 42/1200242/2
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 30 Aug 2024 14:40:21 +0000 (16:40 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 3 Sep 2024 13:48:08 +0000 (13:48 +0000)
Change-Id: I2bd2a213b4642283b11f787ffcbab29916e2c5e7

org.eclipse.jgit/src/org/eclipse/jgit/api/RemoteRemoveCommand.java

index 553fc2e7a00601556afeeadaee095eb9e6c918a8..ad553f07a9a9ef8c06134c419af72ac07f09c8e2 100644 (file)
@@ -46,18 +46,6 @@ public class RemoteRemoveCommand extends GitCommand<RemoteConfig> {
                super(repo);
        }
 
-       /**
-        * The name of the remote to remove.
-        *
-        * @param name
-        *            a remote name
-        * @deprecated use {@link #setRemoteName} instead
-        */
-       @Deprecated
-       public void setName(String name) {
-               this.remoteName = name;
-       }
-
        /**
         * The name of the remote to remove.
         *