mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-05 16:15:25 +02:00
Add javadoc for DownloadJob constructor
This commit is contained in:
parent
199f6de12e
commit
cf6257e12b
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@ public class DownloadJob extends Job
|
|||
|
||||
private ISystemEditableRemoteObject _editable;
|
||||
private boolean _systemEditor;
|
||||
|
||||
/**
|
||||
* Download job.
|
||||
* @param editable the editable remote object.
|
||||
* @param systemEditor whether to use the system editor.
|
||||
*/
|
||||
public DownloadJob(ISystemEditableRemoteObject editable, boolean systemEditor)
|
||||
{
|
||||
super("Download");
|
||||
|
|
Loading…
Add table
Reference in a new issue