Remove redundant @Suppress annotation

Signed-off-by: Graham <gpe@openrs2.org>
master
Graham 3 months ago
parent b4454198e7
commit 3840d487cf
  1. 1
      util/src/main/kotlin/org/openrs2/util/io/InputStreamExtensions.kt

@ -25,7 +25,6 @@ public fun InputStream.contentEquals(other: InputStream): Boolean {
remaining -= n2
}
@Suppress("ReplaceJavaStaticMethodWithKotlinAnalog")
if (!Arrays.equals(buf1, 0, n1, buf2, 0, n1)) {
return false
}

Loading…
Cancel
Save