Skip to content

Commit 0047193

Browse files
committed
docs: unify @author tag to @author <a href="https://github.com/loong10k">Loong Wan</a>
1 parent 0fec41f commit 0047193

95 files changed

Lines changed: 109 additions & 109 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎src/main/java/org/springframework/security/boot/ReactiveSecurityBizAutoConfiguration.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* {@link ReactiveWebSecurityAutoConfiguration} and only takes effect in
3434
* reactive web applications.</p>
3535
*
36-
* @author [@Loong Wan](https://github.com/loong10k)
36+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
3737
* @since 1.0.0
3838
*/
3939
@Configuration

‎src/main/java/org/springframework/security/boot/SecurityBizAutoConfiguration.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
* {@link SecurityAutoConfiguration} and only takes effect in servlet web
6565
* applications.</p>
6666
*
67-
* @author [@Loong Wan](https://github.com/loong10k)
67+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
6868
* @since 1.0.0
6969
*/
7070
@Configuration

‎src/main/java/org/springframework/security/boot/SecurityBizProperties.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* filter rules (default empty)</li>
3838
* </ul>
3939
*
40-
* @author [@Loong Wan](https://github.com/loong10k)
40+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
4141
* @since 1.0.0
4242
*/
4343
@ConfigurationProperties(SecurityBizProperties.PREFIX)

‎src/main/java/org/springframework/security/boot/WebSecurityBizConfigurerAdapter.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* remember-me, session registry and session-authentication strategy) built from
4343
* the bound {@link SecurityAuthcProperties}.</p>
4444
*
45-
* @author [@Loong Wan](https://github.com/loong10k)
45+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
4646
* @since 1.0.0
4747
*/
4848
public abstract class WebSecurityBizConfigurerAdapter extends WebSecurityCustomizerAdapter {

‎src/main/java/org/springframework/security/boot/WebSecurityCustomizerAdapter.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
* wiring while inheriting the common configuration helpers.</p>
6565
*
6666
* @see WebSecurityCustomizer
67-
* @author [@Loong Wan](https://github.com/loong10k)
67+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
6868
* @since 1.0.0
6969
*/
7070
public abstract class WebSecurityCustomizerAdapter implements WebSecurityCustomizer, ApplicationContextAware {

‎src/main/java/org/springframework/security/boot/biz/IgnoreLogoutHandler.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* TODO
25-
* @author [@Loong Wan](https://github.com/loong10k)
25+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
2626
*/
2727
public class IgnoreLogoutHandler implements LogoutHandler {
2828

‎src/main/java/org/springframework/security/boot/biz/JsonInvalidSessionStrategy.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
/**
2929
* TODO
30-
* @author [@Loong Wan](https://github.com/loong10k)
30+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
3131
*/
3232
public class JsonInvalidSessionStrategy implements InvalidSessionStrategy {
3333

‎src/main/java/org/springframework/security/boot/biz/ListenedAuthenticationFailureHandler.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/**
1414
* 认证请求失败后的处理实现
15-
* @author [@Loong Wan](https://github.com/loong10k)
15+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
1616
*/
1717
public class ListenedAuthenticationFailureHandler extends SimpleUrlAuthenticationFailureHandler {
1818

‎src/main/java/org/springframework/security/boot/biz/ListenedAuthenticationSuccessHandler.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/**
1414
* 认证请求成功后的处理实现
15-
* @author [@Loong Wan](https://github.com/loong10k)
15+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
1616
*/
1717
public class ListenedAuthenticationSuccessHandler extends SimpleUrlAuthenticationSuccessHandler {
1818

‎src/main/java/org/springframework/security/boot/biz/SpringSecurityBizMessageSource.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
/**
2222
* TODO
23-
* @author [@Loong Wan](https://github.com/loong10k)
23+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
2424
*/
2525
public class SpringSecurityBizMessageSource extends ResourceBundleMessageSource {
2626

0 commit comments

Comments
 (0)