#1444 - JSON parsing with inheritance - java.lang.UnsupportedOperationException: cannot create entity bean for abstract entity ...

This commit is contained in:
rob bygrave
2018-07-04 21:26:17 +12:00
parent 1ba9f4e9de
commit c981944c8e
5 changed files with 71 additions and 37 deletions
@@ -151,7 +151,6 @@ public class InheritInfo {
* Set the descriptor for this node.
*/
public void setDescriptor(BeanDescriptor<?> descriptor) {
this.descriptor = descriptor;
}