Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Quentin DRUAULT-AUBIN
lo23-project
Commits
24db309e
Commit
24db309e
authored
Dec 12, 2017
by
Théo Hordequin
Committed by
Quentin DRUAULT-AUBIN
Dec 15, 2017
Browse files
[Fix] comment error data class Message
parent
46d3c6cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Battleship/src/main/java/com/utclo23/ihmtable/controller/InGameGUIController.java
View file @
24db309e
...
...
@@ -823,7 +823,7 @@ public class InGameGUIController {
else
{
Message
m
=
(
Message
)
dataEvent
;
facade
.
printMessage
(
m
);
//
facade.printMessage(m);
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment