Skip to content

Commit a8500b7

Browse files
committed
Fix checkstyle
1 parent 3776782 commit a8500b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-security-advanced-authentication-ui/src/main/java/software/xdev/spring/security/web/authentication/ui/extendable/filters/ExtendableDefaultLogoutPageGeneratingFilter.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ protected void doFilterInternal(
8181
@SuppressWarnings({
8282
"PMD.ConsecutiveLiteralAppends",
8383
"PMD.ConsecutiveAppendsShouldReuse",
84-
"PMD.InefficientStringBuffering"})
84+
"PMD.InefficientStringBuffering",
85+
"checkstyle:MagicNumber"})
8586
protected void renderLogout(final HttpServletRequest request, final HttpServletResponse response) throws IOException
8687
{
8788
final String renderedPage = HtmlTemplates.fromTemplate(LOGOUT_PAGE_TEMPLATE)

0 commit comments

Comments
 (0)