Parcourir la source

remove final from class declaration in scrabble-score exercise

vivshaw il y a 9 ans
Parent
révision
639ea79cff
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      exercises/scrabble-score/src/main/java/Scrabble.java

+ 1
- 1
exercises/scrabble-score/src/main/java/Scrabble.java Voir le fichier

1
-final class Scrabble {
1
+class Scrabble {
2
 
2
 
3
     Scrabble(String word) {
3
     Scrabble(String word) {
4
         throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
4
         throw new UnsupportedOperationException("Delete this statement and write your own implementation.");