mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
Update TokenERC20Contract.java
Updated the file to fix review comments Signed-off-by: renjithkn@gmail.com <renjithkn@gmail.com>
This commit is contained in:
parent
efe232f5a5
commit
5f7909e48d
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ public final class TokenERC20Contract implements ContractInterface {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @Desc Return the symbol of the token. E.g. “HIX�?.
|
* @Desc Return the symbol of the token. E.g. âHIXâ??.
|
||||||
* @param ctx the transaction context
|
* @param ctx the transaction context
|
||||||
* @returns Returns the symbol of the token
|
* @returns Returns the symbol of the token
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue