Skip to content

Commit

Permalink
Fix generate bytecode test.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGuiot committed Oct 14, 2024
1 parent 538c64c commit 8b0e66a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ class Builder {
public static GlobFactoryService getBuilderFactory() {
return builderFactory;
}

public static void reset() {
builderFactory = new DispatchGlobFactoryService();
}
}

class DispatchGlobFactoryService implements GlobFactoryService {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 8b0e66a

Please sign in to comment.