@@ -1,6 +1,6 @@
import java.util.List;
-final class HandshakeCalculator {
+class HandshakeCalculator {
List<Signal> calculateHandshake(int number) {
throw new UnsupportedOperationException("Delete this statement and write your own implementation.");