Skip to content

Commit 1f57ee1

Browse files
FazarSNFazar
andauthored
remove parameter in method 'computeWinner' (exercism#2310)
Co-authored-by: Fazar <fazarsn@pajak.io>
1 parent 143aa18 commit 1f57ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/practice/connect/src/main/java/Connect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public Connect(String[] board) {
44
throw new UnsupportedOperationException("Implement this function");
55
}
66

7-
public Winner computeWinner(String[] board) {
7+
public Winner computeWinner() {
88
throw new UnsupportedOperationException("Implement this function");
99
}
1010
}

0 commit comments

Comments
 (0)