This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
java:final [2017/02/16 13:37] gthanos |
java:final [2021/03/05 16:01] (current) |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| <code java> | <code java> | ||
| class ChessAlgorithm { | class ChessAlgorithm { | ||
| - | enum ChessPlayer { WHITE, BLACK } | ||
| ... | ... | ||
| - | final ChessPlayer | + | final String |
| - | return | + | return |
| } | } | ||
| ... | ... | ||