fixed a Bug where the import statement thought a package was a class because they where written the same

This commit is contained in:
Hanno Fleischer
2024-11-17 15:34:39 +01:00
parent aae7ed9a87
commit 9662e1f684
35 changed files with 53 additions and 53 deletions

View File

@@ -6,7 +6,7 @@
<option name="WORKING_DIRECTORY" value="$MODULE_WORKING_DIR$" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="pp.mdga.client.Board.*" />
<option name="PATTERN" value="pp.mdga.client.board.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>