fix style errors

This commit is contained in:
Paulo Graça
2023-10-19 11:42:58 +01:00
parent caba4bbb96
commit 74605f159a
2 changed files with 3 additions and 2 deletions

View File

@@ -517,7 +517,8 @@ public class BundleTest extends AbstractDSpaceObjectTest {
* Test removeBitstream method and also the unsetPrimaryBitstreamID method, of class Bundle. * Test removeBitstream method and also the unsetPrimaryBitstreamID method, of class Bundle.
*/ */
@Test @Test
public void testRemoveBitstreamAuthAndUnsetPrimaryBitstreamID() throws IOException, SQLException, AuthorizeException { public void testRemoveBitstreamAuthAndUnsetPrimaryBitstreamID()
throws IOException, SQLException, AuthorizeException {
// Allow Item WRITE permissions // Allow Item WRITE permissions
doNothing().when(authorizeServiceSpy).authorizeAction(context, item, Constants.WRITE); doNothing().when(authorizeServiceSpy).authorizeAction(context, item, Constants.WRITE);
// Allow Bundle ADD permissions // Allow Bundle ADD permissions