javadoc (doclint) and whitespace fixes

includes whitespace fixes as per Coding Conventions
This commit is contained in:
Ivan Masár
2016-10-31 14:34:27 +01:00
parent db1641cfa9
commit 269af71afb
384 changed files with 24482 additions and 20843 deletions

View File

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