From 1579db6681bee8dc3b79ee09c44d7d9fe9f0cca4 Mon Sep 17 00:00:00 2001 From: Bolo <45369327+Bolo89@users.noreply.github.com> Date: Wed, 18 May 2022 14:22:18 +0200 Subject: [PATCH] Update src/main/java/tech/jhipster/lite/generator/client/angular/security/oauth2/infrastructure/primary/AngularOauth2Resource.java Co-authored-by: Pascal Grimaud --- .../oauth2/infrastructure/primary/AngularOauth2Resource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/tech/jhipster/lite/generator/client/angular/security/oauth2/infrastructure/primary/AngularOauth2Resource.java b/src/main/java/tech/jhipster/lite/generator/client/angular/security/oauth2/infrastructure/primary/AngularOauth2Resource.java index f923f38d0b4..c95a008e5bf 100644 --- a/src/main/java/tech/jhipster/lite/generator/client/angular/security/oauth2/infrastructure/primary/AngularOauth2Resource.java +++ b/src/main/java/tech/jhipster/lite/generator/client/angular/security/oauth2/infrastructure/primary/AngularOauth2Resource.java @@ -24,7 +24,7 @@ public AngularOauth2Resource(AngularOauth2ApplicationService angularOauth2Applic this.angularOauth2ApplicationService = angularOauth2ApplicationService; } - @Operation(summary = "Add Oauth2 authentication") + @Operation(summary = "Add OAuth2 authentication") @ApiResponse(responseCode = "500", description = "An error occurred while adding Oauth2 authentication") @PostMapping @GeneratorStep(id = GeneratorAction.ANGULAR_OAUTH2)