Use consistent "@" tag order in Javadoc

Ensure that Javadoc "@" tags appear in a consistent and well defined
order.

Issue gh-8945
This commit is contained in:
Phillip Webb
2020-07-24 15:03:32 -07:00
committed by Rob Winch
parent 7f0653fa34
commit 5f64f53c3f
195 changed files with 556 additions and 607 deletions

View File

@@ -32,7 +32,7 @@ import static org.mockito.Mockito.verify;
/**
* @author Rafiullah Hamedy
* @author Josh Cummings
* @see {@link HeaderWriterLogoutHandler}
* @see HeaderWriterLogoutHandler
*/
public class HeaderWriterLogoutHandlerTests {

View File

@@ -386,7 +386,7 @@ public class CsrfFilterTests {
private static class CsrfTokenAssert extends AbstractObjectAssert<CsrfTokenAssert, CsrfToken> {
/**
* Creates a new </code>{@link ObjectAssert}</code>.
* Creates a new {@link ObjectAssert}.
* @param actual the target to verify.
*/
protected CsrfTokenAssert(CsrfToken actual) {

View File

@@ -33,7 +33,7 @@ import static org.springframework.security.web.header.writers.ClearSiteDataHeade
/**
* @author Rafiullah Hamedy
* @author Josh Cummings
* @see {@link ClearSiteDataHeaderWriter}
* @see ClearSiteDataHeaderWriter
*/
public class ClearSiteDataHeaderWriterTests {