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

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