diff options
author | cyBerta <cyberta@riseup.net> | 2025-03-17 22:25:09 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2025-03-17 22:25:09 +0100 |
commit | a290390b52ebcdccf161b9fdca55a412b43a5cab (patch) | |
tree | fac0f2f634311bcbd3f7ee83c719c878dd385b18 /app/src | |
parent | 057a765616e5638fbd506cb8370aa0377ba4623b (diff) |
update menshen code for java swagger client generation, update ModelsGateway
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/java/io/swagger/client/model/ModelsGateway.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/java/io/swagger/client/model/ModelsGateway.java b/app/src/main/java/io/swagger/client/model/ModelsGateway.java index 3da72aa9..8c020eb1 100644 --- a/app/src/main/java/io/swagger/client/model/ModelsGateway.java +++ b/app/src/main/java/io/swagger/client/model/ModelsGateway.java @@ -273,10 +273,10 @@ public class ModelsGateway { } /** - * TCP, UDP or KCP. This was called \"protocol\" in previous versions of the API. + * TCP, UDP, KCP or Quic. This was called \"protocol\" in previous versions of the API. * @return transport **/ - @ApiModelProperty(value = "TCP, UDP or KCP. This was called \"protocol\" in previous versions of the API.") + @ApiModelProperty(value = "TCP, UDP, KCP or Quic. This was called \"protocol\" in previous versions of the API.") public String getTransport() { return transport; } |