rename packages lower case

This commit is contained in:
2026-04-13 16:00:11 +02:00
parent f79b511843
commit 58a8002eb4
43 changed files with 127 additions and 140 deletions

View File

@@ -8,12 +8,12 @@ module org.example.mesosll07 {
requires org.apache.logging.log4j;
opens org.example.mesosll07 to javafx.fxml;
exports Server;
opens Server to javafx.fxml;
exports Server.Cards;
opens Server.Cards to javafx.fxml;
exports Server.Automaton;
opens Server.Automaton to javafx.fxml;
exports server;
opens server to javafx.fxml;
exports server.cards;
opens server.cards to javafx.fxml;
exports server.automaton;
opens server.automaton to javafx.fxml;
exports client;
opens client to javafx.fxml;
}