fix typos

This commit is contained in:
Ivan Masár
2016-09-12 15:08:17 +02:00
parent 76e52f230b
commit f6c8475cb2
4 changed files with 7 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ public class ItemCounter
protected ConfigurationService configurationService;
/**
* Construct a new item counter which will use the give DSpace Context
* Construct a new item counter which will use the given DSpace Context
*
* @param context current context
* @throws ItemCountException if count error

View File

@@ -76,7 +76,7 @@ public class PubmedService
if (StringUtils.isNotBlank(title))
{
query.append("((").append(title).append("[TI]) OR (");
// [TI] non funziona sempre, titolo di capitoli di libro
// [TI] does not always work, book chapter title
query.append("(").append(title).append("[book]))");
}
if (StringUtils.isNotBlank(author))