1
0
Fork 0
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:
Kushal Munir 2006-10-24 22:50:10 +00:00
parent 199f6de12e
commit cf6257e12b

View file

@ -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");