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:
@@ -32,7 +32,7 @@ import static org.mockito.Mockito.verify;
|
||||
/**
|
||||
* @author Rafiullah Hamedy
|
||||
* @author Josh Cummings
|
||||
* @see {@link HeaderWriterLogoutHandler}
|
||||
* @see HeaderWriterLogoutHandler
|
||||
*/
|
||||
public class HeaderWriterLogoutHandlerTests {
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user