Skip to content

Commit

Permalink
feat(api, spi, storage): transformer method visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Isele <[email protected]>
  • Loading branch information
saschaisele-zf committed Jul 10, 2024
1 parent b8efb60 commit b2accb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public JsonObjectToPolicyTransformer(ParticipantIdMapper participantIdMapper) {
return builderResult(builder::build, context);
}

List<String> transformProfile(JsonValue value) {
private List<String> transformProfile(JsonValue value) {
return value.asJsonArray().stream()
.map(this::nodeId)
.filter(Objects::nonNull)
Expand Down

0 comments on commit b2accb0

Please sign in to comment.