File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 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 @@ -53,8 +53,7 @@ public actual class LocalDate internal constructor(
53
53
public actual fun Format (block : DateTimeFormatBuilder .WithDate .() -> Unit ): DateTimeFormat <LocalDate > =
54
54
LocalDateFormat .build(block)
55
55
56
- @JvmStatic
57
- private val serialVersionUID: Long = 1L
56
+ private const val serialVersionUID: Long = 1L
58
57
}
59
58
60
59
public actual object Formats {
Original file line number Diff line number Diff line change @@ -108,8 +108,7 @@ public actual class LocalDateTime internal constructor(
108
108
public actual fun Format (builder : DateTimeFormatBuilder .WithDateTime .() -> Unit ): DateTimeFormat <LocalDateTime > =
109
109
LocalDateTimeFormat .build(builder)
110
110
111
- @JvmStatic
112
- private val serialVersionUID: Long = 1L
111
+ private const val serialVersionUID: Long = 1L
113
112
}
114
113
115
114
public actual object Formats {
Original file line number Diff line number Diff line change @@ -87,8 +87,7 @@ public actual class LocalTime internal constructor(
87
87
public actual fun Format (builder : DateTimeFormatBuilder .WithTime .() -> Unit ): DateTimeFormat <LocalTime > =
88
88
LocalTimeFormat .build(builder)
89
89
90
- @JvmStatic
91
- private val serialVersionUID: Long = 1L
90
+ private const val serialVersionUID: Long = 1L
92
91
}
93
92
94
93
public actual object Formats {
You can’t perform that action at this time.
0 commit comments