Non-code changes, just whitelines

This commit is contained in:
Marie Verdonck
2019-06-04 12:29:18 +02:00
committed by Raf Ponsaerts
parent a7e2a79774
commit 35316f6d2f
2 changed files with 2 additions and 5 deletions

View File

@@ -636,7 +636,6 @@ public class CollectionServiceImpl extends DSpaceObjectServiceImpl<Collection> i
//Remove the item from the collection if we have multiple collections //Remove the item from the collection if we have multiple collections
item.removeCollection(collection); item.removeCollection(collection);
} }
context.addEvent(new Event(Event.REMOVE, Constants.COLLECTION, context.addEvent(new Event(Event.REMOVE, Constants.COLLECTION,
@@ -905,4 +904,4 @@ public class CollectionServiceImpl extends DSpaceObjectServiceImpl<Collection> i
throws SQLException { throws SQLException {
return collectionDAO.getCollectionsWithBitstreamSizesTotal(context); return collectionDAO.getCollectionsWithBitstreamSizesTotal(context);
} }
} }

View File

@@ -25,8 +25,6 @@ public class EmbeddedPageHeader {
protected boolean totalElementsIsKnown; protected boolean totalElementsIsKnown;
protected UriComponentsBuilder self; protected UriComponentsBuilder self;
public EmbeddedPageHeader(UriComponentsBuilder self, Page page, boolean totalElementsIsKnown) { public EmbeddedPageHeader(UriComponentsBuilder self, Page page, boolean totalElementsIsKnown) {
this.page = page; this.page = page;
this.self = self; this.self = self;
@@ -99,4 +97,4 @@ public class EmbeddedPageHeader {
return href; return href;
} }
} }
} }