Skip to content

Commit

Permalink
more work on missing refactor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
willr3 committed Feb 9, 2022
1 parent 912f9a6 commit f9bd2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import org.openjdk.jmh.annotations.State;
import io.hyperfoil.tools.parse.internal.CheatChars;
import io.hyperfoil.tools.parse.internal.DropString;
import io.hyperfoil.tools.parse.internal.JsonBuilder;
import io.hyperfoil.tools.parse.internal.SharedString;
import io.hyperfoil.tools.parse.json.JsonBuilder;
import io.hyperfoil.tools.yaup.json.Json;

@State(Scope.Benchmark)
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/hyperfoil/tools/parse/ExpTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import io.hyperfoil.tools.parse.internal.CheatChars;
import io.hyperfoil.tools.parse.internal.DropString;
import io.hyperfoil.tools.parse.internal.JsonBuilder;
import io.hyperfoil.tools.parse.json.JsonBuilder;
import io.hyperfoil.tools.yaup.json.Json;
import org.junit.Assert;
import org.junit.Ignore;
Expand Down

0 comments on commit f9bd2e7

Please sign in to comment.