SpineEventEngine / mc-java

Model Compiler for Java
Apache License 2.0
0 stars 2 forks source link

Fix system file separator #131

Closed alexander-yevsyukov closed 9 months ago

alexander-yevsyukov commented 9 months ago

This PR fixes the calculation of a fully qualified top Java class name out of a file path when running under Windows. Now File.separator is used instead of "/".