diff --git a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/view/DownloadJob.java b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/view/DownloadJob.java index 60ba5448f60..b157564f755 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/view/DownloadJob.java +++ b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/view/DownloadJob.java @@ -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");