mirror of
https://github.com/corda/corda.git
synced 2024-12-26 08:01:09 +00:00
Remove a @Deprecated as the code has been changed since its introduction anyway
This commit is contained in:
parent
84247128b4
commit
2676e8878d
@ -30,7 +30,6 @@ open class TransactionBuilder(
|
|||||||
protected val signers: MutableSet<PublicKey> = mutableSetOf(),
|
protected val signers: MutableSet<PublicKey> = mutableSetOf(),
|
||||||
protected var timestamp: Timestamp? = null) {
|
protected var timestamp: Timestamp? = null) {
|
||||||
|
|
||||||
@Deprecated("use timestamp instead")
|
|
||||||
val time: Timestamp? get() = timestamp
|
val time: Timestamp? get() = timestamp
|
||||||
|
|
||||||
init {
|
init {
|
||||||
|
Loading…
Reference in New Issue
Block a user