mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 21:13:19 +00:00
DS-3154: Fix some of the Javadocs errors in dspace-api
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user