mirror of
https://github.com/corda/corda.git
synced 2024-12-21 22:07:55 +00:00
ENT-1463, ENT-1903: Fix references in the documentation. (#3346)
This commit is contained in:
parent
1eb3c25967
commit
5cc52d10fb
@ -118,7 +118,7 @@ in order to maintain the deterministic JARs.
|
||||
|
||||
.. sourcecode:: kotlin
|
||||
|
||||
@file:Deterministic
|
||||
@file:KeepForDJVM
|
||||
package net.corda.core.internal
|
||||
|
||||
..
|
||||
@ -144,7 +144,7 @@ Deterministic Classes
|
||||
.. sourcecode:: kotlin
|
||||
|
||||
@file:JvmName("InternalUtils")
|
||||
@file:Deterministic
|
||||
@file:KeepForDJVM
|
||||
package net.corda.core.internal
|
||||
|
||||
infix fun Temporal.until(endExclusive: Temporal): Duration = Duration.between(this, endExclusive)
|
||||
|
Loading…
Reference in New Issue
Block a user