Skip to content

Commit 1f74e98

Browse files
Change javadocs
1 parent f9ef52f commit 1f74e98

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ private Builder(String introspectionUri) {
329329
}
330330

331331
/**
332-
* Use the given parameters to build {@code SpringOpaqueTokenIntrospector}
332+
* Uses the given parameters to build {@code SpringOpaqueTokenIntrospector}
333333
* @param clientId The client id authorized that should be encoded
334334
* @param charset The charset to use
335335
* @return the {@link SpringOpaqueTokenIntrospector.Builder}
@@ -343,7 +343,7 @@ public Builder clientId(String clientId, Charset charset) {
343343
}
344344

345345
/**
346-
* Use the given parameter to build {@code SpringOpaqueTokenIntrospector}
346+
* Uses the given parameter to build {@code SpringOpaqueTokenIntrospector}
347347
* @param clientId The client id authorized
348348
* @return the {@link SpringOpaqueTokenIntrospector.Builder}
349349
* @since 6.5
@@ -355,7 +355,7 @@ public Builder clientId(String clientId) {
355355
}
356356

357357
/**
358-
* Use the given parameters to build {@code SpringOpaqueTokenIntrospector}
358+
* Uses the given parameters to build {@code SpringOpaqueTokenIntrospector}
359359
* @param clientSecret The client id authorized
360360
* @param charset The charset to use
361361
* @return the {@link SpringOpaqueTokenIntrospector.Builder}
@@ -369,7 +369,7 @@ public Builder clientSecret(String clientSecret, Charset charset) {
369369
}
370370

371371
/**
372-
* Use the given parameter to build {@code SpringOpaqueTokenIntrospector}
372+
* Uses the given parameter to build {@code SpringOpaqueTokenIntrospector}
373373
* @param clientSecret The client id authorized
374374
* @return the {@link SpringOpaqueTokenIntrospector.Builder}
375375
* @since 6.5

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ private Builder(String introspectionUri) {
283283
}
284284

285285
/**
286-
* Use the given parameters to build {@code SpringOpaqueTokenIntrospector}
286+
* Uses the given parameters to build {@code SpringOpaqueTokenIntrospector}
287287
* @param clientId The client id authorized that should be encoded
288288
* @param charset The charset to use
289289
* @return the {@link SpringReactiveOpaqueTokenIntrospector.Builder}
@@ -297,7 +297,7 @@ public Builder clientId(String clientId, Charset charset) {
297297
}
298298

299299
/**
300-
* Use the given parameter to build {@code SpringOpaqueTokenIntrospector}
300+
* Uses the given parameter to build {@code SpringOpaqueTokenIntrospector}
301301
* @param clientId The client id authorized
302302
* @return the {@link SpringReactiveOpaqueTokenIntrospector.Builder}
303303
* @since 6.5
@@ -309,7 +309,7 @@ public Builder clientId(String clientId) {
309309
}
310310

311311
/**
312-
* Use the given parameters to build {@code SpringOpaqueTokenIntrospector}
312+
* Uses the given parameters to build {@code SpringOpaqueTokenIntrospector}
313313
* @param clientSecret The client id authorized that should be encoded
314314
* @param charset The charset to use
315315
* @return the {@link SpringReactiveOpaqueTokenIntrospector.Builder}
@@ -323,7 +323,7 @@ public Builder clientSecret(String clientSecret, Charset charset) {
323323
}
324324

325325
/**
326-
* Use the given parameter to build {@code SpringOpaqueTokenIntrospector}
326+
* Uses the given parameter to build {@code SpringOpaqueTokenIntrospector}
327327
* @param clientSecret The client id authorized
328328
* @return the {@link SpringReactiveOpaqueTokenIntrospector.Builder}
329329
* @since 6.5

0 commit comments

Comments
 (0)