Skip to content
Snippets Groups Projects
Commit a290390b authored by cyberta's avatar cyberta
Browse files

update menshen code for java swagger client generation, update ModelsGateway

parent 057a7656
No related branches found
No related tags found
1 merge request!340menshen api update
Pipeline #270109 passed with warnings
......@@ -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;
}
......
#!/bin/bash
SWAGGER_MENSHEN_COMMIT=8c93c8208256097b2f1d18f2395755320b9743ee
SWAGGER_MENSHEN_COMMIT=da64a69b26b4ca4eaa3ed865df7c01216a07cc54
SCRIPT_DIR=$(dirname "$0")
BASE_DIR="$SCRIPT_DIR/.."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment