summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2025-03-17 22:25:09 +0100
committercyBerta <cyberta@riseup.net>2025-03-17 22:25:09 +0100
commita290390b52ebcdccf161b9fdca55a412b43a5cab (patch)
treefac0f2f634311bcbd3f7ee83c719c878dd385b18 /app/src
parent057a765616e5638fbd506cb8370aa0377ba4623b (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.java4
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 \&quot;protocol\&quot; in previous versions of the API.
+ * TCP, UDP, KCP or Quic. This was called \&quot;protocol\&quot; 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;
}