Fix Javadoc

This commit fixes various Javadoc issues across the code base.

See gh-32403
This commit is contained in:
Maksim Sasnouski
2024-03-08 22:44:39 +03:00
committed by Stéphane Nicoll
parent c1287d48e2
commit abdccffa39
22 changed files with 51 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -170,7 +170,7 @@ class UrlFilenameViewControllerTests {
/**
* This is the expected behavior, and it now has a test to prove it.
* https://opensource.atlassian.com/projects/spring/browse/SPR-2789
* @see <a href="https://opensource.atlassian.com/projects/spring/browse/SPR-2789">SPR-2789</a>
*/
@PathPatternsParameterizedTest
void nestedPathisUsedAsViewName_InBreakingChangeFromSpring12Line(

View File

@@ -356,7 +356,7 @@ public class ErrorsTagTests extends AbstractFormTagTests {
}
/**
* https://jira.spring.io/browse/SPR-2788
* <a href="https://jira.spring.io/browse/SPR-2788">SPR-2788</a>
*/
@Test
void asBodyTagWithErrorsAndExistingMessagesAttributeInNonPageScopeAreNotClobbered() throws Exception {
@@ -380,7 +380,7 @@ public class ErrorsTagTests extends AbstractFormTagTests {
}
/**
* https://jira.spring.io/browse/SPR-2788
* <a href="https://jira.spring.io/browse/SPR-2788">SPR-2788</a>
*/
@Test
void asBodyTagWithNoErrorsAndExistingMessagesAttributeInApplicationScopeAreNotClobbered() throws Exception {
@@ -388,7 +388,7 @@ public class ErrorsTagTests extends AbstractFormTagTests {
}
/**
* https://jira.spring.io/browse/SPR-2788
* <a href="https://jira.spring.io/browse/SPR-2788">SPR-2788</a>
*/
@Test
void asBodyTagWithNoErrorsAndExistingMessagesAttributeInSessionScopeAreNotClobbered() throws Exception {
@@ -396,7 +396,7 @@ public class ErrorsTagTests extends AbstractFormTagTests {
}
/**
* https://jira.spring.io/browse/SPR-2788
* <a href="https://jira.spring.io/browse/SPR-2788">SPR-2788</a>
*/
@Test
void asBodyTagWithNoErrorsAndExistingMessagesAttributeInPageScopeAreNotClobbered() throws Exception {
@@ -404,7 +404,7 @@ public class ErrorsTagTests extends AbstractFormTagTests {
}
/**
* https://jira.spring.io/browse/SPR-2788
* <a href="https://jira.spring.io/browse/SPR-2788">SPR-2788</a>
*/
@Test
void asBodyTagWithNoErrorsAndExistingMessagesAttributeInRequestScopeAreNotClobbered() throws Exception {
@@ -412,7 +412,7 @@ public class ErrorsTagTests extends AbstractFormTagTests {
}
/**
* https://jira.spring.io/browse/SPR-4005
* <a href="https://jira.spring.io/browse/SPR-4005">SPR-4005</a>
*/
@Test
void omittedPathMatchesObjectErrorsOnly() throws Exception {

View File

@@ -32,7 +32,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
class PasswordInputTagTests extends InputTagTests {
/**
* https://jira.spring.io/browse/SPR-2866
* <a href="https://jira.spring.io/browse/SPR-2866">SPR-2866</a>
*/
@Test
void passwordValueIsNotRenderedByDefault() throws Exception {
@@ -49,7 +49,7 @@ class PasswordInputTagTests extends InputTagTests {
}
/**
* https://jira.spring.io/browse/SPR-2866
* <a href="https://jira.spring.io/browse/SPR-2866">SPR-2866</a>
*/
@Test
void passwordValueIsRenderedIfShowPasswordAttributeIsSetToTrue() throws Exception {
@@ -67,7 +67,7 @@ class PasswordInputTagTests extends InputTagTests {
}
/**
* https://jira.spring.io/browse/SPR-2866
* <a href="https://jira.spring.io/browse/SPR-2866">SPR-2866</a>
*/
@Test
void passwordValueIsNotRenderedIfShowPasswordAttributeIsSetToFalse() throws Exception {