summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qadevOOo/testdocs/qadevlibs/source/test/Job.java2
-rw-r--r--qadevOOo/tests/java/mod/_fwk/JobExecutor.java2
2 files changed, 2 insertions, 2 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() {
diff --git a/qadevOOo/tests/java/mod/_fwk/JobExecutor.java b/qadevOOo/tests/java/mod/_fwk/JobExecutor.java
index 64406c204b25..9d8467fa98a3 100644
--- a/qadevOOo/tests/java/mod/_fwk/JobExecutor.java
+++ b/qadevOOo/tests/java/mod/_fwk/JobExecutor.java
@@ -236,7 +236,7 @@ class Job implements
int callCount = 0;
public byte[] getImplementationId() {
- return toString().getBytes();
+ return new byte[0];
}
public Type[] getTypes() {