Minor Updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-expression-widget@91887 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
05b5294e72
commit
456d791275
|
@ -59,6 +59,7 @@ public class ExpressionServiceImpl extends RemoteServiceServlet implements
|
|||
|
||||
C_ExpressionParser parser=new C_ExpressionParser();
|
||||
Expression exp=parser.parse(columnFilterSession.getCexpression());
|
||||
logger.debug("Service Expression:"+exp);
|
||||
|
||||
map.put(Constants.PARAMETER_EXPRESSION, exp);
|
||||
|
||||
|
|
Loading…
Reference in New Issue