Remove spurious annotation
It wasn't having any effect. FEA: ItEr75S11PreventLooseChanges
This commit is contained in:
parent
9fe98c932d
commit
1be0a2a7a5
1 changed files with 1 additions and 2 deletions
|
|
@ -736,8 +736,7 @@ public class ResourceLoadModel implements IResourceLoadModel {
|
|||
}
|
||||
}
|
||||
|
||||
@Transactional(readOnly = true)
|
||||
public Map<Order, List<ResourceAllocation<?>>> byOrder(
|
||||
private Map<Order, List<ResourceAllocation<?>>> byOrder(
|
||||
Collection<? extends ResourceAllocation<?>> allocations) {
|
||||
Map<Order, List<ResourceAllocation<?>>> result = new HashMap<Order, List<ResourceAllocation<?>>>();
|
||||
for (ResourceAllocation<?> resourceAllocation : allocations) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue