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:
Giancarlo Panichi 2015-01-16 17:19:08 +00:00 committed by Giancarlo Panichi
parent 76bf442f25
commit 3ec3ec8cfa
1 changed files with 1 additions and 1 deletions

View File

@ -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")