Silly whitespace cleanups

This commit is contained in:
Mark H. Wood
2013-10-17 15:30:30 -04:00
parent 8ea030ed72
commit 258a03958e
4 changed files with 13 additions and 13 deletions

View File

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