Skip to content

Commit c266ccb

Browse files
committed
fix javadoc to deploy
1 parent 62b0a81 commit c266ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/spring4all/swagger/SwaggerAuthorizationConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public SecurityContext securityContext() {
4949
/**
5050
* Authorization 配置项
5151
*
52-
* @return List<SecurityScheme>
52+
* @return
5353
*/
5454
public List<SecurityScheme> getSecuritySchemes() {
5555
if ("BasicAuth".equalsIgnoreCase(getType())) {

0 commit comments

Comments
 (0)