danny.robinson
18 Sep 2008, 9:53 AM
Just upgrading from 1.0.4 to 1.1 and found the following compilation error immediately:
TreeLoader<ElementModel> loader = new BaseTreeLoader<ElementModel>(
new TreeModelReader());
gives me:
"The constructor BaseTreeLoader<ElementModel>(TreeModelReader) is undefined"
THis compiled just fine in 1.0.4 - any ideas anyone?
FYI, ElementModel extends BaseTreeModel<ElementModel>
Thanks,
D.
TreeLoader<ElementModel> loader = new BaseTreeLoader<ElementModel>(
new TreeModelReader());
gives me:
"The constructor BaseTreeLoader<ElementModel>(TreeModelReader) is undefined"
THis compiled just fine in 1.0.4 - any ideas anyone?
FYI, ElementModel extends BaseTreeModel<ElementModel>
Thanks,
D.