mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 13:03:11 +00:00
Silly whitespace cleanups
This commit is contained in:
@@ -562,7 +562,7 @@ public class EZIDIdentifierProvider
|
||||
|
||||
/**
|
||||
* Get configured value of EZID username.
|
||||
* @throws IdentifierException
|
||||
* @throws IdentifierException
|
||||
*/
|
||||
private String loadUser()
|
||||
throws IdentifierException
|
||||
@@ -580,7 +580,7 @@ public class EZIDIdentifierProvider
|
||||
|
||||
/**
|
||||
* Get configured value of EZID password.
|
||||
* @throws IdentifierException
|
||||
* @throws IdentifierException
|
||||
*/
|
||||
private String loadPassword()
|
||||
throws IdentifierException
|
||||
@@ -598,7 +598,7 @@ public class EZIDIdentifierProvider
|
||||
|
||||
/**
|
||||
* Get configured value of EZID "shoulder".
|
||||
* @throws IdentifierException
|
||||
* @throws IdentifierException
|
||||
*/
|
||||
private String loadAuthority()
|
||||
throws IdentifierException
|
||||
@@ -626,7 +626,7 @@ public class EZIDIdentifierProvider
|
||||
Item item = (Item) dso; // TODO generalize to DSO when all DSOs have metadata.
|
||||
|
||||
Map<String, String> mapped = new HashMap<String, String>();
|
||||
|
||||
|
||||
for (Entry<String, String> datum : crosswalk.entrySet())
|
||||
{
|
||||
DCValue[] values = item.getMetadata(datum.getValue());
|
||||
|
Reference in New Issue
Block a user