Skip to content

Commit 8c91788

Browse files
committed
refactor: java interop
1 parent 56e1bb7 commit 8c91788

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/kotlin/spp/protocol/instrument/throttle/InstrumentThrottle.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ data class InstrumentThrottle(
3030
val step: ThrottleStep,
3131
) {
3232
companion object {
33+
@JvmStatic
3334
val DEFAULT: InstrumentThrottle = InstrumentThrottle(1, ThrottleStep.SECOND)
35+
36+
@JvmStatic
3437
val NONE: InstrumentThrottle = InstrumentThrottle(-1, ThrottleStep.SECOND)
3538
}
3639

0 commit comments

Comments
 (0)