Skip to content

Commit

Permalink
fix header comment
Browse files Browse the repository at this point in the history
Signed-off-by: lukelee-sl <luke.lee@swirldslabs.com>
  • Loading branch information
lukelee-sl committed Jan 27, 2024
1 parent 06bb902 commit 96a468d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public ContractCustomizer(
* @param decodedKey the key implied by the HAPI operation
* @param consensusTime the consensus time of the ContractCreate
* @param op the details of the HAPI operation
* @param customizerAppliesToAddress the address of the contract being created, or null if not applicable
* @return an appropriate top-level customizer
*/
public static ContractCustomizer fromHapiCreation(
Expand Down Expand Up @@ -105,6 +106,7 @@ public static ContractCustomizer fromHapiCreation(
*
* @param sponsor the sending contract
* @param ledger the containing ledger
* @param customizerAppliesToAddress the address of the contract being created, or null if not applicable
* @return an appropriate child customizer
*/
public static ContractCustomizer fromSponsorContract(
Expand Down

0 comments on commit 96a468d

Please sign in to comment.