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