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

@@ -61,10 +61,10 @@ public class EZIDIdentifierProviderTest
/**
* Create a fresh Item, installed in the repository.
*
*
* @throws SQLException
* @throws AuthorizeException
* @throws IOException
* @throws IOException
*/
private Item newItem(Context ctx)
throws SQLException, AuthorizeException, IOException
@@ -132,14 +132,14 @@ public class EZIDIdentifierProviderTest
Context ctx = new Context();
dumpMetadata(Item.find(ctx, itemID));
}
@Before
public void setUp()
{
context.setCurrentUser(eperson);
context.turnOffAuthorisationSystem();
}
@After
public void tearDown()
{
@@ -277,7 +277,7 @@ public class EZIDIdentifierProviderTest
DSpaceObject result = instance.resolve(context, identifier, attributes);
assertEquals(expResult, result);
}
/**
* Test of lookup method, of class DataCiteIdentifierProvider.
*/