Skip to content

Commit 6cc9a62

Browse files
feat(api): api update (#21)
1 parent 8ff36f3 commit 6cc9a62

File tree

1 file changed

+2
-0
lines changed
  • onebusaway-sdk-kotlin-core/src/main/kotlin/org/onebusaway/core

1 file changed

+2
-0
lines changed

onebusaway-sdk-kotlin-core/src/main/kotlin/org/onebusaway/core/Values.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ sealed class JsonField<out T : Any> {
140140
// This filter should not be used directly and should instead use the @ExcludeMissing annotation
141141
class IsMissing {
142142
override fun equals(other: Any?): Boolean = other is JsonMissing
143+
144+
override fun hashCode(): Int = Objects.hash()
143145
}
144146

145147
class Deserializer(private val type: JavaType? = null) :

0 commit comments

Comments
 (0)