summaryrefslogtreecommitdiff
path: root/qadevOOo/testdocs/qadevlibs/source/test/Job.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/testdocs/qadevlibs/source/test/Job.java')
-rw-r--r--qadevOOo/testdocs/qadevlibs/source/test/Job.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/testdocs/qadevlibs/source/test/Job.java b/qadevOOo/testdocs/qadevlibs/source/test/Job.java
index 53f7c30047e1..01a5b717846a 100644
--- a/qadevOOo/testdocs/qadevlibs/source/test/Job.java
+++ b/qadevOOo/testdocs/qadevlibs/source/test/Job.java
@@ -72,7 +72,7 @@ public class Job {
}
public byte[] getImplementationId() {
- return toString().getBytes();
+ return new byte[0];
}
public Type[] getTypes() {