Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@93411 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a33964bcbf
commit
e5c2db4956
|
@ -76,7 +76,7 @@ public class TemplateApplyPanel extends FramedPanel {
|
|||
|
||||
protected void create() {
|
||||
|
||||
IdentityValueProvider<TemplateData> identity = new IdentityValueProvider<>();
|
||||
IdentityValueProvider<TemplateData> identity = new IdentityValueProvider<TemplateData>();
|
||||
CheckBoxSelectionModel<TemplateData> sm = new CheckBoxSelectionModel<TemplateData>(
|
||||
identity);
|
||||
|
||||
|
|
Loading…
Reference in New Issue