mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Non-code changes, just whitelines
This commit is contained in:

committed by
Raf Ponsaerts

parent
a7e2a79774
commit
35316f6d2f
@@ -636,7 +636,6 @@ public class CollectionServiceImpl extends DSpaceObjectServiceImpl<Collection> i
|
||||
//Remove the item from the collection if we have multiple collections
|
||||
item.removeCollection(collection);
|
||||
|
||||
|
||||
}
|
||||
|
||||
context.addEvent(new Event(Event.REMOVE, Constants.COLLECTION,
|
||||
@@ -905,4 +904,4 @@ public class CollectionServiceImpl extends DSpaceObjectServiceImpl<Collection> i
|
||||
throws SQLException {
|
||||
return collectionDAO.getCollectionsWithBitstreamSizesTotal(context);
|
||||
}
|
||||
}
|
||||
}
|
@@ -25,8 +25,6 @@ public class EmbeddedPageHeader {
|
||||
protected boolean totalElementsIsKnown;
|
||||
protected UriComponentsBuilder self;
|
||||
|
||||
|
||||
|
||||
public EmbeddedPageHeader(UriComponentsBuilder self, Page page, boolean totalElementsIsKnown) {
|
||||
this.page = page;
|
||||
this.self = self;
|
||||
@@ -99,4 +97,4 @@ public class EmbeddedPageHeader {
|
||||
return href;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user