ENT-1463, ENT-1903: Fix references in the documentation. (#3346)

This commit is contained in:
Chris Rankin 2018-06-12 08:50:11 +01:00 committed by GitHub
parent 1eb3c25967
commit 5cc52d10fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ in order to maintain the deterministic JARs.
.. sourcecode:: kotlin .. sourcecode:: kotlin
@file:Deterministic @file:KeepForDJVM
package net.corda.core.internal package net.corda.core.internal
.. ..
@ -144,7 +144,7 @@ Deterministic Classes
.. sourcecode:: kotlin .. sourcecode:: kotlin
@file:JvmName("InternalUtils") @file:JvmName("InternalUtils")
@file:Deterministic @file:KeepForDJVM
package net.corda.core.internal package net.corda.core.internal
infix fun Temporal.until(endExclusive: Temporal): Duration = Duration.between(this, endExclusive) infix fun Temporal.until(endExclusive: Temporal): Duration = Duration.between(this, endExclusive)