Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-01-19 18:37:46 +0000
committerAlexander Kurtakov2018-01-19 18:37:46 +0000
commit29524e902fce77df02b96a4d3f8736e6446ce3d0 (patch)
tree5131232528ac933d8d54e9575883854909a3097f
parentce6bd8e1d2523a3654668ef6a9d80016aab8bb39 (diff)
downloadrt.equinox.p2-29524e902fce77df02b96a4d3f8736e6446ce3d0.tar.gz
rt.equinox.p2-29524e902fce77df02b96a4d3f8736e6446ce3d0.tar.xz
rt.equinox.p2-29524e902fce77df02b96a4d3f8736e6446ce3d0.zip
Remove non-javadoc in DirectorTask.
Change-Id: I58e39480fea478b27c34308bc75e4ac23073bffb Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.p2.director.app/src_ant/org/eclipse/equinox/p2/director/app/ant/DirectorTask.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director.app/src_ant/org/eclipse/equinox/p2/director/app/ant/DirectorTask.java b/bundles/org.eclipse.equinox.p2.director.app/src_ant/org/eclipse/equinox/p2/director/app/ant/DirectorTask.java
index 32110226a..5cc75da62 100644
--- a/bundles/org.eclipse.equinox.p2.director.app/src_ant/org/eclipse/equinox/p2/director/app/ant/DirectorTask.java
+++ b/bundles/org.eclipse.equinox.p2.director.app/src_ant/org/eclipse/equinox/p2/director/app/ant/DirectorTask.java
@@ -63,10 +63,6 @@ public class DirectorTask extends Task implements ILog {
}
}
- /*
- * (non-Javadoc)
- * @see org.apache.tools.ant.Task#execute()
- */
@Override
public void execute() throws BuildException {
Object result = null;

Back to the top