Skip to content

Commit

Permalink
make findConnectedClustersForSlab public
Browse files Browse the repository at this point in the history
  • Loading branch information
trautmane committed Dec 11, 2024
1 parent d65e7f7 commit 5839ad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public ConnectedTileClusterSummaryForStack findConnectedClustersForStack(final S
return stackClusterSummary;
}

private SortedConnectedCanvasIdClusters findConnectedClustersForSlab(final RenderDataClient renderDataClient,
public SortedConnectedCanvasIdClusters findConnectedClustersForSlab(final RenderDataClient renderDataClient,
final String stack,
final RenderDataClient matchDataClient,
final Map<Double, Set<String>> zToSectionIdsMap,
Expand Down

0 comments on commit 5839ad2

Please sign in to comment.