fixed unused code

This commit is contained in:
Francesco Mangiacrapa 2022-11-28 15:50:38 +01:00
parent 0a83c7ab4e
commit e0b3606511
1 changed files with 0 additions and 1 deletions

View File

@ -529,7 +529,6 @@ public class GeoportalDataEntryServiceImpl extends RemoteServiceServlet implemen
// COUNT
// AND LIST.SIZE BY QUERY WILL BE AVAILABLE IN THE SERVICE
if (filter.getConditions() != null) {
searchedData.setTotalItems(toReturnList.size());
int totalItems = toReturnList.size();
searchedData.setTotalItems(totalItems);
}