@@ -1,4 +1,4 @@
-final class Acronym {
+class Acronym {
Acronym(String phrase) {
throw new UnsupportedOperationException("Delete this statement and write your own implementation.");