Skip to content

Commit

Permalink
Corrected incorrect language in the comments. This was copied and pas…
Browse files Browse the repository at this point in the history
…ted 6 times.
  • Loading branch information
kennycud committed May 27, 2024
1 parent 498f409 commit f916d35
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public List<ServerConnectionInfo> getServerConnectionHistory() {
),
responses = {
@ApiResponse(
description = "true if removed, false if not found",
description = "true if added, false if not added",
content = @Content(
schema = @Schema(
type = "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public List<ServerConnectionInfo> getServerConnectionHistory() {
),
responses = {
@ApiResponse(
description = "true if removed, false if not found",
description = "true if added, false if not added",
content = @Content(
schema = @Schema(
type = "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public List<ServerConnectionInfo> getServerConnectionHistory() {
),
responses = {
@ApiResponse(
description = "true if removed, false if not found",
description = "true if added, false if not added",
content = @Content(
schema = @Schema(
type = "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public List<ServerConnectionInfo> getServerConnectionHistory() {
),
responses = {
@ApiResponse(
description = "true if removed, false if not found",
description = "true if added, false if not added",
content = @Content(
schema = @Schema(
type = "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ public List<ServerConnectionInfo> getServerConnectionHistory() {
),
responses = {
@ApiResponse(
description = "true if removed, false if not found",
description = "true if added, false if not added",
content = @Content(
schema = @Schema(
type = "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public List<ServerConnectionInfo> getServerConnectionHistory() {
),
responses = {
@ApiResponse(
description = "true if removed, false if not found",
description = "true if added, false if not added",
content = @Content(
schema = @Schema(
type = "string"
Expand Down

0 comments on commit f916d35

Please sign in to comment.