Minor Updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@91839 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0827cd34d3
commit
b18b37a116
|
@ -30,7 +30,7 @@ public class Constants {
|
|||
public static final String PARAMETER_DATA_TYPE="dataType";
|
||||
public static final String PARAMETER_TARGET_DATA_TYPE="targetDataType";
|
||||
|
||||
|
||||
public static final String PARAMETER_EXPRESSION="expression";
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -35,6 +35,7 @@ public class TestServiceOperations {
|
|||
System.out.println("Name: "+operation.getName());
|
||||
//System.out.println("Scope: "+operation.getScope());
|
||||
System.out.println("Desc: "+operation.toString());
|
||||
|
||||
System.out.println("-----------------------------------");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue