From 30274153eaeeaeb7639810114219d05a3a1cc267 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 30 Aug 2024 16:41:15 +0200 Subject: Remove deprecated RemoteSetUrlCommand#setName method Change-Id: I769e999b5990f83719e3c638da9dfd0be4c5b826 --- .../src/org/eclipse/jgit/api/RemoteSetUrlCommand.java | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'org.eclipse.jgit/src') diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/api/RemoteSetUrlCommand.java b/org.eclipse.jgit/src/org/eclipse/jgit/api/RemoteSetUrlCommand.java index e3d01861fc..281e81026b 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/api/RemoteSetUrlCommand.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/api/RemoteSetUrlCommand.java @@ -68,18 +68,6 @@ public class RemoteSetUrlCommand extends GitCommand { 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. * -- cgit v1.2.3