]> source.dussan.org Git - jgit.git/commitdiff
Remove deprecated RemoteSetUrlCommand#setUri method 45/1200245/2
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 30 Aug 2024 14:44:16 +0000 (16:44 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 3 Sep 2024 13:51:31 +0000 (13:51 +0000)
Change-Id: Ib9041be0d88dd837aa68eda2b00f3aa9ebc54c27

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

index b09742cba9036b762a9e78f2b6a11ff3ae19c23e..68ddce361f492d234905965e466b7134e5e8b5e8 100644 (file)
@@ -81,18 +81,6 @@ public class RemoteSetUrlCommand extends GitCommand<RemoteConfig> {
                return this;
        }
 
-       /**
-        * The new URL for the remote.
-        *
-        * @param uri
-        *            an URL for the remote
-        * @deprecated use {@link #setRemoteUri} instead
-        */
-       @Deprecated
-       public void setUri(URIish uri) {
-               this.remoteUri = uri;
-       }
-
        /**
         * The new URL for the remote.
         *