DS-3154: Fix some of the Javadocs errors in dspace-api

This commit is contained in:
Tim Donohue
2016-04-29 09:04:36 -05:00
parent 842f61999f
commit ca78a45532
257 changed files with 2028 additions and 1285 deletions

View File

@@ -505,7 +505,7 @@ public class EZIDIdentifierProvider
/**
* Get configured value of EZID username.
* @throws IdentifierException
* @throws IdentifierException if identifier error
*/
private String loadUser()
throws IdentifierException
@@ -523,7 +523,7 @@ public class EZIDIdentifierProvider
/**
* Get configured value of EZID password.
* @throws IdentifierException
* @throws IdentifierException if identifier error
*/
private String loadPassword()
throws IdentifierException
@@ -541,7 +541,7 @@ public class EZIDIdentifierProvider
/**
* Get configured value of EZID "shoulder".
* @throws IdentifierException
* @throws IdentifierException if identifier error
*/
private String loadAuthority()
throws IdentifierException