git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngine@60425 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
355a236e74
commit
8f27ba2160
|
@ -67,7 +67,7 @@ public class HcafFilter extends QueryExecutor {
|
|||
public StatisticalType getOutput() {
|
||||
List<TableTemplates> template = new ArrayList<TableTemplates>();
|
||||
template.add(TableTemplates.HCAF);
|
||||
return new OutputTable(template, finalTableLabel, finalTableName, "a HCAF table focusing on the selected Bounding Box (default identifies Indonesia)");
|
||||
return new OutputTable(template, finalTableLabel, finalTableName, "a HCAF table focusing on the selected Bounding Box");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue