Skip to content

Commit 4a29156

Browse files
aabashkinCopilot
andauthored
Fix whitespace
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 794119b commit 4a29156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/owasp/esapi/reference/DefaultValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ public boolean isValidFileName(String context, String input, boolean allowNull)
599599
/**
600600
* {@inheritDoc}
601601
*/
602-
@Override
602+
@Override
603603
public boolean isValidFileName(String context, String input, boolean allowNull, ValidationErrorList errors) throws IntrusionException {
604604
return isValidFileName( context, input, ESAPI.securityConfiguration().getAllowedFileExtensions(), allowNull, errors );
605605
}

0 commit comments

Comments
 (0)