paulirwin / JavaToCSharp

Java to C# converter
MIT License
248 stars 85 forks source link

fix: use dispatcher interface, not the static class #70

Closed maximilien-noal closed 10 months ago

maximilien-noal commented 10 months ago

Fixes a small non-test friendly bit of code that slipped through, which depends on a static class, instead of an interface.

Fixes #71

paulirwin commented 10 months ago

Merged, thanks!