mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 06:23:10 +00:00
fix typos
This commit is contained in:
@@ -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
|
||||
|
@@ -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))
|
||||
|
Reference in New Issue
Block a user