This commit is contained in:
Gianpaolo Coro 2012-10-24 16:40:01 +00:00
parent 355a236e74
commit 8f27ba2160
1 changed files with 1 additions and 1 deletions

View File

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