forked from Qortal/qortal
Corrected incorrect language in the comments. This was copied and pasted 6 times.
This commit is contained in:
parent
498f409346
commit
f916d3581b
@ -303,7 +303,7 @@ public class CrossChainBitcoinResource {
|
|||||||
),
|
),
|
||||||
responses = {
|
responses = {
|
||||||
@ApiResponse(
|
@ApiResponse(
|
||||||
description = "true if removed, false if not found",
|
description = "true if added, false if not added",
|
||||||
content = @Content(
|
content = @Content(
|
||||||
schema = @Schema(
|
schema = @Schema(
|
||||||
type = "string"
|
type = "string"
|
||||||
|
@ -302,7 +302,7 @@ public class CrossChainDigibyteResource {
|
|||||||
),
|
),
|
||||||
responses = {
|
responses = {
|
||||||
@ApiResponse(
|
@ApiResponse(
|
||||||
description = "true if removed, false if not found",
|
description = "true if added, false if not added",
|
||||||
content = @Content(
|
content = @Content(
|
||||||
schema = @Schema(
|
schema = @Schema(
|
||||||
type = "string"
|
type = "string"
|
||||||
|
@ -302,7 +302,7 @@ public class CrossChainDogecoinResource {
|
|||||||
),
|
),
|
||||||
responses = {
|
responses = {
|
||||||
@ApiResponse(
|
@ApiResponse(
|
||||||
description = "true if removed, false if not found",
|
description = "true if added, false if not added",
|
||||||
content = @Content(
|
content = @Content(
|
||||||
schema = @Schema(
|
schema = @Schema(
|
||||||
type = "string"
|
type = "string"
|
||||||
|
@ -302,7 +302,7 @@ public class CrossChainLitecoinResource {
|
|||||||
),
|
),
|
||||||
responses = {
|
responses = {
|
||||||
@ApiResponse(
|
@ApiResponse(
|
||||||
description = "true if removed, false if not found",
|
description = "true if added, false if not added",
|
||||||
content = @Content(
|
content = @Content(
|
||||||
schema = @Schema(
|
schema = @Schema(
|
||||||
type = "string"
|
type = "string"
|
||||||
|
@ -388,7 +388,7 @@ public class CrossChainPirateChainResource {
|
|||||||
),
|
),
|
||||||
responses = {
|
responses = {
|
||||||
@ApiResponse(
|
@ApiResponse(
|
||||||
description = "true if removed, false if not found",
|
description = "true if added, false if not added",
|
||||||
content = @Content(
|
content = @Content(
|
||||||
schema = @Schema(
|
schema = @Schema(
|
||||||
type = "string"
|
type = "string"
|
||||||
|
@ -302,7 +302,7 @@ public class CrossChainRavencoinResource {
|
|||||||
),
|
),
|
||||||
responses = {
|
responses = {
|
||||||
@ApiResponse(
|
@ApiResponse(
|
||||||
description = "true if removed, false if not found",
|
description = "true if added, false if not added",
|
||||||
content = @Content(
|
content = @Content(
|
||||||
schema = @Schema(
|
schema = @Schema(
|
||||||
type = "string"
|
type = "string"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user