clean up files

This commit is contained in:
Jami Cogswell
2022-11-01 15:21:23 -04:00
parent 32f7348d30
commit 5dcd3b2c0f
2 changed files with 5 additions and 7 deletions

View File

@@ -199,5 +199,3 @@ public class RegexInjectionTest extends HttpServlet {
return Pattern.compile(pattern, Pattern.LITERAL).matcher(input).matches(); // Safe
}
}
// ! see the following for potential additional test case ideas: https://www.baeldung.com/regular-expressions-java