summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/ComplexDescGetter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/ComplexDescGetter.java')
-rw-r--r--qadevOOo/runner/helper/ComplexDescGetter.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/runner/helper/ComplexDescGetter.java b/qadevOOo/runner/helper/ComplexDescGetter.java
index 6e517d712d36..d0ec77879926 100644
--- a/qadevOOo/runner/helper/ComplexDescGetter.java
+++ b/qadevOOo/runner/helper/ComplexDescGetter.java
@@ -41,6 +41,7 @@ public class ComplexDescGetter extends DescGetter
testClass = null;
}
+ @Override
public DescEntry[] getDescriptionFor(String entry, String DescPath,
boolean debug)
{
@@ -67,6 +68,7 @@ public class ComplexDescGetter extends DescGetter
return null;
}
+ @Override
protected DescEntry getDescriptionForSingleJob(String className, String descPath, boolean debug)
{
DynamicClassLoader dcl = new DynamicClassLoader();
@@ -175,6 +177,7 @@ public class ComplexDescGetter extends DescGetter
return dEntry;
}
+ @Override
protected String[] createScenario(String descPath, String job, boolean debug)
{
return new String[] {};