We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4134182 commit 76e2268Copy full SHA for 76e2268
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = 'org.strykeforce'
11
-version = '20.1.0'
+version = '20.1.1'
12
13
sourceCompatibility = JavaVersion.VERSION_11
14
targetCompatibility = JavaVersion.VERSION_11
src/main/kotlin/org/strykeforce/thirdcoast/telemetry/item/TalonFXItem.kt
@@ -87,7 +87,7 @@ class TalonFXItem @JvmOverloads constructor(
87
88
89
override fun equals(other: Any?): Boolean {
90
- if (this == other) return true
+ if (this === other) return true
91
if (javaClass != other?.javaClass) return false
92
other as TalonFXItem
93
if (deviceId != other.deviceId) return false
0 commit comments