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) {
|
||||
ValueType vt = dataRowColConfig.getDefinition()
|
||||
.getValueType();
|
||||
Log.debug("DataRowColConfig: " + vt);
|
||||
//Log.debug("DataRowColConfig: " + vt);
|
||||
switch (vt) {
|
||||
case BOOLEAN:
|
||||
@SuppressWarnings("unchecked")
|
||||
|
|
Loading…
Reference in New Issue