-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify: merge class 'LobbyClient' into 'LoginResult'
This update replaces any usage of LobbyClient with LoginResult. There is a lot of overlap between the two classes, for the most part it is a 1:1 replacement. LobbyClient itself has some issues, it's certainly more of a result object and has a lot of overlap with another result object named 'LoginResult'.
- Loading branch information
1 parent
d9fa57d
commit 39a00a2
Showing
5 changed files
with
71 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
game-app/game-headed/src/main/java/games/strategy/engine/lobby/client/LobbyClient.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters