We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8571797 commit fc6c1beCopy full SHA for fc6c1be
src/ch/epfl/chacun/gui/PlayersUI.java
@@ -55,7 +55,6 @@ private PlayersUI() {
55
*/
56
public static Node create(ObservableValue<GameState> gameStateO, ObservableValue<TextMaker> textMakerO) {
57
58
- Objects.requireNonNull(textMaker);
59
ObservableValue<Map<PlayerColor, Integer>> pointsO = gameStateO.map(gState -> gState.messageBoard().points());
60
61
// create a new vbox that will be used to align elements (like players)
0 commit comments