]
Tristan Tarrant updated ISPN-9504:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Transformable.transformer should use generics
---------------------------------------------
Key: ISPN-9504
URL:
https://issues.jboss.org/browse/ISPN-9504
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 9.4.0.CR3
This is of type Class without using generics due to an unknown annotation processor bug
that supposedly happened in 2011. This should actually be Class<? extends
Transformer>.