mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 13:03:11 +00:00
javadoc (doclint) and whitespace fixes
includes whitespace fixes as per Coding Conventions
This commit is contained in:
@@ -654,6 +654,7 @@ public class EZIDIdentifierProvider
|
||||
* generation of EZID metadata for the minting of new identifiers.
|
||||
*
|
||||
* @param aCrosswalk
|
||||
* map of metadata fields to EZID keys
|
||||
*/
|
||||
@Required
|
||||
public void setCrosswalk(Map<String, String> aCrosswalk)
|
||||
@@ -670,6 +671,7 @@ public class EZIDIdentifierProvider
|
||||
* values to something acceptable to EZID.
|
||||
*
|
||||
* @param transformMap
|
||||
* map of metadata fields to EZID transformation classes
|
||||
*/
|
||||
public void setCrosswalkTransform(Map<String, Transform> transformMap)
|
||||
{
|
||||
@@ -698,7 +700,7 @@ public class EZIDIdentifierProvider
|
||||
|
||||
/**
|
||||
* Method should never be used aside from the unit tests where we can cannot autowire this class.
|
||||
* @param itemService
|
||||
* @param itemService itemService instance
|
||||
*/
|
||||
protected void setItemService(ItemService itemService){
|
||||
this.itemService = itemService;
|
||||
|
Reference in New Issue
Block a user