mirror of
https://github.com/corda/corda.git
synced 2025-02-01 00:45:59 +00:00
Removes unnecessary @JVMOverloads annotation.
This commit is contained in:
parent
484cf75420
commit
d1db35c344
@ -125,7 +125,6 @@ open class TransactionBuilder(
|
|||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
|
|
||||||
@JvmOverloads
|
|
||||||
fun addOutputState(state: TransactionState<*>): TransactionBuilder {
|
fun addOutputState(state: TransactionState<*>): TransactionBuilder {
|
||||||
outputs.add(state)
|
outputs.add(state)
|
||||||
return this
|
return this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user