Skip to content

Commit 5be254e

Browse files
sberyozkingastaldi
andauthored
Update extensions/oidc-client-registration/runtime/src/main/java/io/quarkus/oidc/client/registration/runtime/OidcClientRegistrationImpl.java
Co-authored-by: George Gastaldi <[email protected]>
1 parent f1f099f commit 5be254e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/oidc-client-registration/runtime/src/main/java/io/quarkus/oidc/client/registration/runtime/OidcClientRegistrationImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public void close() throws IOException {
173173

174174
private void checkClosed() {
175175
if (closed) {
176-
throw new IllegalStateException("Oidc Client Registration is closed");
176+
throw new IllegalStateException("OIDC Client Registration is closed");
177177
}
178178
}
179179

0 commit comments

Comments
 (0)