File tree 4 files changed +4
-8
lines changed
4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,7 @@ public actual class Instant internal constructor(
100
100
internal actual val MIN : Instant = Instant (jtInstant.MIN )
101
101
internal actual val MAX : Instant = Instant (jtInstant.MAX )
102
102
103
- @JvmStatic
104
- private val serialVersionUID: Long = 1L
103
+ private const val serialVersionUID: Long = 1L
105
104
}
106
105
107
106
private fun writeObject (oStream : java.io.ObjectOutputStream ) {
Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ public actual class LocalDate internal constructor(
45
45
public actual fun Format (block : DateTimeFormatBuilder .WithDate .() -> Unit ): DateTimeFormat <LocalDate > =
46
46
LocalDateFormat .build(block)
47
47
48
- @JvmStatic
49
- private val serialVersionUID: Long = 1L
48
+ private const val serialVersionUID: Long = 1L
50
49
}
51
50
52
51
public actual object Formats {
Original file line number Diff line number Diff line change @@ -81,8 +81,7 @@ public actual class LocalDateTime internal constructor(
81
81
public actual fun Format (builder : DateTimeFormatBuilder .WithDateTime .() -> Unit ): DateTimeFormat <LocalDateTime > =
82
82
LocalDateTimeFormat .build(builder)
83
83
84
- @JvmStatic
85
- private val serialVersionUID: Long = 1L
84
+ private const val serialVersionUID: Long = 1L
86
85
}
87
86
88
87
public actual object Formats {
Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ public actual class LocalTime internal constructor(
86
86
public actual fun Format (builder : DateTimeFormatBuilder .WithTime .() -> Unit ): DateTimeFormat <LocalTime > =
87
87
LocalTimeFormat .build(builder)
88
88
89
- @JvmStatic
90
- private val serialVersionUID: Long = 1L
89
+ private const val serialVersionUID: Long = 1L
91
90
}
92
91
93
92
public actual object Formats {
You can’t perform that action at this time.
0 commit comments