Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-03-10 00:29:17 +0000
committerMatthias Sohn2018-03-10 00:29:17 +0000
commit8fc2e87b7dec802b62285f9c644c267e8e21d7b5 (patch)
tree799c235f7dabfba29ac698204a5e43297b44767a
parente06d57a7b47fcba72bbfd3f93ff23f1e4a265e60 (diff)
downloadegit-8fc2e87b7dec802b62285f9c644c267e8e21d7b5.tar.gz
egit-8fc2e87b7dec802b62285f9c644c267e8e21d7b5.tar.xz
egit-8fc2e87b7dec802b62285f9c644c267e8e21d7b5.zip
Remove deprecated GitSynchronizeData#getSrcRemoteName
Change-Id: Icb5791332ddc5db2e7ccb196403b9d8f62ca1f73 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.egit.core/src/org/eclipse/egit/core/synchronize/dto/GitSynchronizeData.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/org.eclipse.egit.core/src/org/eclipse/egit/core/synchronize/dto/GitSynchronizeData.java b/org.eclipse.egit.core/src/org/eclipse/egit/core/synchronize/dto/GitSynchronizeData.java
index 14940808db..61c1bb24a3 100644
--- a/org.eclipse.egit.core/src/org/eclipse/egit/core/synchronize/dto/GitSynchronizeData.java
+++ b/org.eclipse.egit.core/src/org/eclipse/egit/core/synchronize/dto/GitSynchronizeData.java
@@ -186,15 +186,6 @@ public class GitSynchronizeData {
}
/**
- * @return {@code null}
- * @deprecated
- */
- @Deprecated
- public String getSrcRemoteName() {
- return null;
- }
-
- /**
* @return ref specification of destination merge branch
*/
public String getDstMerge() {

Back to the top