Suppress warnings in generated code

pull/2/head
Travis Burtrum 8 years ago
parent 95dcf6722c
commit cae029e496

@ -98,6 +98,7 @@
/**
* Implements ${intf.className}.${operation.name}
*/
@SuppressWarnings({"unchecked"}) // for __bc_retval cast
public $operation.formalTypes $returnType ${operation.name}($operation.argDecl) $operation.throwsClause
{
Object [] __bc_argArray = new Object[] { $operation.argList };

Loading…
Cancel
Save