Skip to content

Commit

Permalink
Specify the full class name to distinguish with `java.lang.Thread.Bui…
Browse files Browse the repository at this point in the history
…lder`
  • Loading branch information
daniellansun committed Jan 20, 2024
1 parent e2fc02e commit ed9204d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void run()
// run the script numIter times
for (int i = 0; i < numIter; i++)
{
Builder builder = new Builder();
org.codehaus.groovy.benchmarks.vm5.b2394.Builder builder = new org.codehaus.groovy.benchmarks.vm5.b2394.Builder();

Binding binding = new Binding();
binding.setVariable("builder", builder);
Expand Down

0 comments on commit ed9204d

Please sign in to comment.