mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 06:53:09 +00:00
DS-3154: Fix some of the Javadocs errors in dspace-api
This commit is contained in:
@@ -93,9 +93,9 @@ public class EZIDIdentifierProviderTest
|
||||
/**
|
||||
* Create a fresh Item, installed in the repository.
|
||||
*
|
||||
* @throws SQLException
|
||||
* @throws AuthorizeException
|
||||
* @throws IOException
|
||||
* @throws SQLException if database error
|
||||
* @throws AuthorizeException if authorization error
|
||||
* @throws IOException if IO error
|
||||
*/
|
||||
private Item newItem(Context ctx)
|
||||
throws SQLException, AuthorizeException, IOException, WorkflowException {
|
||||
@@ -403,7 +403,7 @@ public class EZIDIdentifierProviderTest
|
||||
|
||||
/**
|
||||
* Test of crosswalkMetadata method, of class EZIDIdentifierProvider.
|
||||
* @throws Exception
|
||||
* @throws Exception if error
|
||||
*/
|
||||
@Test
|
||||
public void testCrosswalkMetadata()
|
||||
|
Reference in New Issue
Block a user