Skip to content

Commit 8a76bb4

Browse files
author
kale
authored
Merge pull request #109 from sirano11/190docs
Apply javadoc formatting
2 parents 0221067 + c34515c commit 8a76bb4

17 files changed

Lines changed: 137 additions & 137 deletions

src/main/java/xyz/groundx/caver_ext_kas/kas/kip37/KIP37QueryOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public enum STATUS_TYPE {
4040

4141
/**
4242
* Check if there is an enum mapped to the given status string.
43-
* @param kind The kind string to find enum defined in STATUS_TYPE
43+
* @param status The kind string to find enum defined in STATUS_TYPE
4444
* @return boolean
4545
*/
4646
public static boolean isExist(String status) {

src/main/java/xyz/groundx/caver_ext_kas/rest_client/io/swagger/client/api/kip17/api/Kip17ContractApi.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ private com.squareup.okhttp.Call getContractValidateBeforeCall(String xChainId,
263263

264264
/**
265265
* Get Contract
266-
* Returns the data for a specified KIP-17 contract. You can use either the contract alias or contract address.<p></p>
266+
* Returns the data for a specified KIP-17 contract. You can use either the contract alias or contract address.<p></p>
267267
* @param xChainId Klaytn Network Chain ID (1001 or 8217) (required)
268268
* @param contractAddressOrAlias Contract address (in hex.) or alias. (required)
269269
* @return Kip17ContractInfoResponse
@@ -276,7 +276,7 @@ public Kip17ContractInfoResponse getContract(String xChainId, String contractAdd
276276

277277
/**
278278
* Get Contract
279-
* Returns the data for a specified KIP-17 contract. You can use either the contract alias or contract address.&lt;p&gt;&lt;/p&gt;
279+
* Returns the data for a specified KIP-17 contract. You can use either the contract alias or contract address.<p></p>
280280
* @param xChainId Klaytn Network Chain ID (1001 or 8217) (required)
281281
* @param contractAddressOrAlias Contract address (in hex.) or alias. (required)
282282
* @return ApiResponse&lt;Kip17ContractInfoResponse&gt;
@@ -290,7 +290,7 @@ public ApiResponse<Kip17ContractInfoResponse> getContractWithHttpInfo(String xCh
290290

291291
/**
292292
* Get Contract (asynchronously)
293-
* Returns the data for a specified KIP-17 contract. You can use either the contract alias or contract address.&lt;p&gt;&lt;/p&gt;
293+
* Returns the data for a specified KIP-17 contract. You can use either the contract alias or contract address.<p></p>
294294
* @param xChainId Klaytn Network Chain ID (1001 or 8217) (required)
295295
* @param contractAddressOrAlias Contract address (in hex.) or alias. (required)
296296
* @param callback The callback to be executed when the API call finishes
@@ -398,7 +398,7 @@ private com.squareup.okhttp.Call listContractsInDeployerPoolValidateBeforeCall(S
398398

399399
/**
400400
* Get Contract List
401-
* Returns a list of KIP-17 contracts created from a KAS account.&lt;p&gt;&lt;/p&gt;
401+
* Returns a list of KIP-17 contracts created from a KAS account.<p></p>
402402
* @param xChainId Klaytn Network Chain ID (1001 or 8217) (required)
403403
* @param size The number of items to return (min&#x3D;1, max&#x3D;1000, default&#x3D;100). (optional)
404404
* @param cursor The pointer for the next request, after which the result will be returned. (optional)
@@ -412,7 +412,7 @@ public Kip17ContractListResponse listContractsInDeployerPool(String xChainId, St
412412

413413
/**
414414
* Get Contract List
415-
* Returns a list of KIP-17 contracts created from a KAS account.&lt;p&gt;&lt;/p&gt;
415+
* Returns a list of KIP-17 contracts created from a KAS account.<p></p>
416416
* @param xChainId Klaytn Network Chain ID (1001 or 8217) (required)
417417
* @param size The number of items to return (min&#x3D;1, max&#x3D;1000, default&#x3D;100). (optional)
418418
* @param cursor The pointer for the next request, after which the result will be returned. (optional)
@@ -427,7 +427,7 @@ public ApiResponse<Kip17ContractListResponse> listContractsInDeployerPoolWithHtt
427427

428428
/**
429429
* Get Contract List (asynchronously)
430-
* Returns a list of KIP-17 contracts created from a KAS account.&lt;p&gt;&lt;/p&gt;
430+
* Returns a list of KIP-17 contracts created from a KAS account.<p></p>
431431
* @param xChainId Klaytn Network Chain ID (1001 or 8217) (required)
432432
* @param size The number of items to return (min&#x3D;1, max&#x3D;1000, default&#x3D;100). (optional)
433433
* @param cursor The pointer for the next request, after which the result will be returned. (optional)

src/main/java/xyz/groundx/caver_ext_kas/rest_client/io/swagger/client/api/kip17/api/Kip17TokenApi.java

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

src/main/java/xyz/groundx/caver_ext_kas/rest_client/io/swagger/client/api/kip17/model/DeployKip17ContractRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public DeployKip17ContractRequest alias(String alias) {
4646
}
4747

4848
/**
49-
* The alias of the contract. When using KIP-17 API, you can use the contract alias in place of the address. The alias must only consist of lowercase letters, numbers and hyphens, and the first letter is restricted to a lowercase letter.&lt;p&gt;&lt;/p&gt;
49+
* The alias of the contract. When using KIP-17 API, you can use the contract alias in place of the address. The alias must only consist of lowercase letters, numbers and hyphens, and the first letter is restricted to a lowercase letter.<p></p>
5050
* @return alias
5151
**/
5252
@Schema(example = "test-contract", required = true, description = "The alias of the contract. When using KIP-17 API, you can use the contract alias in place of the address. The alias must only consist of lowercase letters, numbers and hyphens, and the first letter is restricted to a lowercase letter.<p></p>")

0 commit comments

Comments
 (0)