mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +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
|
//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);
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user