From 2676e8878d6f75dd9edde2557c290da7eb817c49 Mon Sep 17 00:00:00 2001 From: Andrius Dagys Date: Mon, 5 Sep 2016 18:50:53 +0100 Subject: [PATCH] Remove a @Deprecated as the code has been changed since its introduction anyway --- .../main/kotlin/com/r3corda/core/contracts/TransactionBuilder.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/kotlin/com/r3corda/core/contracts/TransactionBuilder.kt b/core/src/main/kotlin/com/r3corda/core/contracts/TransactionBuilder.kt index 9b40c65424..c548b4f398 100644 --- a/core/src/main/kotlin/com/r3corda/core/contracts/TransactionBuilder.kt +++ b/core/src/main/kotlin/com/r3corda/core/contracts/TransactionBuilder.kt @@ -30,7 +30,6 @@ open class TransactionBuilder( protected val signers: MutableSet = mutableSetOf(), protected var timestamp: Timestamp? = null) { - @Deprecated("use timestamp instead") val time: Timestamp? get() = timestamp init {