Remove unused download scheme for Anonymous SSH
Change-Id: I0b13194242ab84a66ef213df242f328fba914256 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
@@ -181,7 +181,6 @@ class DownloadBox extends Composite {
|
|||||||
case ANON_HTTP:
|
case ANON_HTTP:
|
||||||
return "http";
|
return "http";
|
||||||
case SSH:
|
case SSH:
|
||||||
case ANON_SSH:
|
|
||||||
return "ssh";
|
return "ssh";
|
||||||
default:
|
default:
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ public final class AccountGeneralPreferences {
|
|||||||
|
|
||||||
/** Preferred scheme type to download a change. */
|
/** Preferred scheme type to download a change. */
|
||||||
public static enum DownloadScheme {
|
public static enum DownloadScheme {
|
||||||
ANON_GIT, ANON_HTTP, ANON_SSH, HTTP, SSH, REPO_DOWNLOAD, DEFAULT_DOWNLOADS;
|
ANON_GIT, ANON_HTTP, HTTP, SSH, REPO_DOWNLOAD, DEFAULT_DOWNLOADS;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Preferred method to download a change. */
|
/** Preferred method to download a change. */
|
||||||
|
|||||||
Reference in New Issue
Block a user