scripting: simplify deprecated XTypeProvider.getImplementationId
Change-Id: If0d9a6f1c56dc560df078eb59313aaba393ee372
This commit is contained in:
@@ -300,7 +300,7 @@ public abstract class ScriptProvider
|
||||
*/
|
||||
public byte[] getImplementationId()
|
||||
{
|
||||
return this.getClass().getName().getBytes();
|
||||
return new byte[0];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user