fix Aufgabe 11

edited class NetworkDialog
to change the logic that the checkbox works now as intended
moved BattleshipServer and ReceivedMessage into own folders to separate server from client
This commit is contained in:
Lukas Bauer
2024-10-07 20:11:15 +02:00
parent 8650fa5b58
commit 5a9b0b1de0
6 changed files with 52 additions and 54 deletions

View File

@@ -8,7 +8,7 @@
<option name="WORKING_DIRECTORY" value="$MODULE_WORKING_DIR$" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="pp.battleship.client.*" />
<option name="PATTERN" value="pp.battleship.client.server.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>