@@ -1,6 +1,7 @@
public class PangramChecker {
public boolean isPangram(String input) {
- throw new UnsupportedOperationException("Method has not been implemented yet.");
+ throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
}
+