Skip to content

Commit

Permalink
try no local or argument pool, initial capacity 8
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Nov 10, 2024
1 parent 240a942 commit e3ed5d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public Argument getArgumentInstance() {
if (arg != null) {
return arg;
}
return new ArgumentImpl();
*/
return new ArgumentImpl();
}

/**
Expand Down

0 comments on commit e3ed5d2

Please sign in to comment.