Removed comment no longer needed

This commit is contained in:
Owen Stephens 2017-11-29 01:00:19 +00:00
parent 0b433fc5ec
commit 316da5e917

View File

@ -86,9 +86,6 @@ public class PatternSyntaxExceptionParser {
switch(desc)
{
case "Unclosed character class":
//Need these errors to be more human readable
//Possibly include html for formatting
//Update tests first with user friendly errors
sb.append("The regular expression is missing a closing ']' character, or has an empty pair of square brackets '[]'.");
break;
case "Unmatched closing ')'":