]> source.dussan.org Git - jgit.git/commitdiff
Remove deprecated RemoteSetUrlCommand#setName method 43/1200243/2
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 30 Aug 2024 14:41:15 +0000 (16:41 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 3 Sep 2024 13:50:39 +0000 (13:50 +0000)
Change-Id: I769e999b5990f83719e3c638da9dfd0be4c5b826

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

index e3d01861fc8c94da399ad67ddbe72bc453e57259..281e81026b6738a108e10291cbaf244ca101c16e 100644 (file)
@@ -68,18 +68,6 @@ public class RemoteSetUrlCommand extends GitCommand<RemoteConfig> {
                super(repo);
        }
 
-       /**
-        * The name of the remote to change the URL for.
-        *
-        * @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 change the URL for.
         *