mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
Merge pull request #1761 from eclipse/cd_deprDownloadUrl
deprecate setDownloadUrl
This commit is contained in:
commit
92eb8cb24c
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ public class AntlrToolFacade {
|
|||
this.askBeforeDownload = shouldAsk;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated use {@link #setSecureDownloadFrom(String)} instead
|
||||
*/
|
||||
@Deprecated
|
||||
public void setDownloadFrom(String downloadURL) {
|
||||
this.downloadURL = downloadURL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue