forked from loafle/openapi-generator-original
Fix thousands of spelling typos (#10272)
This commit is contained in:
@@ -405,7 +405,7 @@ public class ApiClient extends JavaTimeFormatter {
|
||||
/**
|
||||
* The path of temporary folder used to store downloaded files from endpoints
|
||||
* with file response. The default value is <code>null</code>, i.e. using
|
||||
* the system's default tempopary folder.
|
||||
* the system's default temporary folder.
|
||||
*
|
||||
* @return Temp folder path
|
||||
*/
|
||||
@@ -1045,7 +1045,7 @@ public class ApiClient extends JavaTimeFormatter {
|
||||
/**
|
||||
* Customize the client builder.
|
||||
*
|
||||
* This method can be overriden to customize the API client. For example, this can be used to:
|
||||
* This method can be overridden to customize the API client. For example, this can be used to:
|
||||
* 1. Set the hostname verifier to be used by the client to verify the endpoint's hostname
|
||||
* against its identification information.
|
||||
* 2. Set the client-side key store.
|
||||
|
||||
@@ -12,7 +12,7 @@ public class ServerConfiguration {
|
||||
|
||||
/**
|
||||
* @param URL A URL to the target host.
|
||||
* @param description A describtion of the host designated by the URL.
|
||||
* @param description A description of the host designated by the URL.
|
||||
* @param variables A map between a variable name and its value. The value is used for substitution in the server's URL template.
|
||||
*/
|
||||
public ServerConfiguration(String URL, String description, Map<String, ServerVariable> variables) {
|
||||
|
||||
@@ -28,7 +28,7 @@ public class DefaultApi {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the API cilent
|
||||
* Get the API client
|
||||
*
|
||||
* @return API client
|
||||
*/
|
||||
@@ -37,7 +37,7 @@ public class DefaultApi {
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the API cilent
|
||||
* Set the API client
|
||||
*
|
||||
* @param apiClient an instance of API client
|
||||
*/
|
||||
|
||||
@@ -132,7 +132,7 @@ public abstract class AbstractOpenApiSchema {
|
||||
}
|
||||
|
||||
/**
|
||||
* Is nullalble
|
||||
* Is nullable
|
||||
*
|
||||
* @return true if it's nullable
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user