Skip to content

Commit f9ef52f

Browse files
Change javadocs
1 parent 49b1108 commit f9ef52f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/introspection/SpringOpaqueTokenIntrospector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ default List<String> getScopes() {
300300
}
301301

302302
/**
303-
* Creates a {@code SpringOpaqueTokenIntrospector.Builder} with the given introspectionUri
303+
* Creates a {@code SpringOpaqueTokenIntrospector.Builder} with the given introspection endpoint uri
304304
* @param introspectionUri The introspection endpoint uri
305305
* @return the {@link SpringOpaqueTokenIntrospector.Builder}
306306
* @since 6.5

oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/introspection/SpringReactiveOpaqueTokenIntrospector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ default List<String> getScopes() {
254254
}
255255

256256
/**
257-
* Creates a {@code SpringReactiveOpaqueTokenIntrospector.Builder} with the given introspectionUri
257+
* Creates a {@code SpringReactiveOpaqueTokenIntrospector.Builder} with the given introspection endpoint uri
258258
* @param introspectionUri The introspection endpoint uri
259259
* @return the {@link SpringReactiveOpaqueTokenIntrospector.Builder}
260260
* @since 6.5

0 commit comments

Comments
 (0)