Skip to content

Commit

Permalink
Refactoring ripple and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlasov committed Mar 7, 2024
1 parent da1b705 commit 3fd18c1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 833 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ private static void buildContentPanel(
List<URI> actionURIs = NcoreUtil.getIdentifiers(action);
if (!actionURIs.isEmpty()) {
String urisStr = String.join(" ", actionURIs.stream().map(Object::toString).toList());
contentPanel.getAttributes().put("data-nsd-action-uris", NcoreUtil.wrapString(urisStr));
contentPanel.getAttributes().put("data-nsd-action-uris", org.nasdanika.ncore.String.wrap(urisStr));
}
}

Expand Down
240 changes: 0 additions & 240 deletions model/app/model/doc/package-summary.md

This file was deleted.

Loading

0 comments on commit 3fd18c1

Please sign in to comment.