qadevOOo: simplify deprecated XTypeProvider.getImplementationId

Change-Id: I1efcc27818c8ec92db32151afc8f17bbf7fc1f40
This commit is contained in:
Stephan Bergmann
2014-03-10 15:33:43 +01:00
parent d89928441d
commit 9d7ee8a70f
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ public class Job {
}
public byte[] getImplementationId() {
return toString().getBytes();
return new byte[0];
}
public Type[] getTypes() {

View File

@@ -236,7 +236,7 @@ class Job implements
int callCount = 0;
public byte[] getImplementationId() {
return toString().getBytes();
return new byte[0];
}
public Type[] getTypes() {