Fixed error on clone
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@111410 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
76bf442f25
commit
3ec3ec8cfa
|
@ -37,7 +37,7 @@ public class FiltersGenerator {
|
||||||
&& dataRowColConfig.getDefinition().getValueType() != null) {
|
&& dataRowColConfig.getDefinition().getValueType() != null) {
|
||||||
ValueType vt = dataRowColConfig.getDefinition()
|
ValueType vt = dataRowColConfig.getDefinition()
|
||||||
.getValueType();
|
.getValueType();
|
||||||
Log.debug("DataRowColConfig: " + vt);
|
//Log.debug("DataRowColConfig: " + vt);
|
||||||
switch (vt) {
|
switch (vt) {
|
||||||
case BOOLEAN:
|
case BOOLEAN:
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
|
|
Loading…
Reference in New Issue