code formatting

pull/106/head
Claudio Atzori 3 years ago
parent ba4b4c74d8
commit 8704d32780

@ -158,7 +158,8 @@ public class IdentifierFactory implements Serializable {
Collectors.mapping(p -> p, Collectors.toCollection(HashSet::new))));
}
private static Stream<StructuredProperty> pidFromInstance(List<StructuredProperty> pid, KeyValue collectedFrom, boolean mapHandles) {
private static Stream<StructuredProperty> pidFromInstance(List<StructuredProperty> pid, KeyValue collectedFrom,
boolean mapHandles) {
return Optional
.ofNullable(pid)
.map(

Loading…
Cancel
Save