From cf6257e12b4a60bd44adaede4e6bab26358908ea Mon Sep 17 00:00:00 2001 From: Kushal Munir < kmunir@ca.ibm.com> Date: Tue, 24 Oct 2006 22:50:10 +0000 Subject: [PATCH] Add javadoc for DownloadJob constructor --- .../src/org/eclipse/rse/files/ui/view/DownloadJob.java | 6 ++++++ 1 file changed, 6 insertions(+) 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");