Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Aug 29, 2024
1 parent b91dead commit 1a200f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 158 deletions.
156 changes: 0 additions & 156 deletions examples/org.eclipse.glsp.example.workflow/dependency-reduced-pom.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,7 @@ protected void handleClientLayout(final GBoundsAware element, final GLayouting s
*/
protected void resolveReferences(final LayoutContext context) {
// Per default a map will resize when 75% of its capacticy is filled. By dividing the expected size with the load
// factor
// we can create a map with enough capacity to avoid resizing
// factor we can create a map with enough capacity to avoid resizing
int initialCapactiy = (int) Math.ceil(context.shapeMap.size() / 0.75);
Map<String, ElkConnectableShape> id2NodeMap = new HashMap<>(initialCapactiy);

Expand Down

0 comments on commit 1a200f9

Please sign in to comment.