Remove redundant visibility modifier

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 3 years ago
parent d0dbf4c58e
commit 918f8ab379
  1. 2
      cache/src/test/kotlin/org/openrs2/cache/VersionTrailerTest.kt

@ -9,7 +9,7 @@ import kotlin.test.assertNull
object VersionTrailerTest { object VersionTrailerTest {
@Test @Test
public fun testStrip() { fun testStrip() {
assertNull(VersionTrailer.strip(Unpooled.EMPTY_BUFFER)) assertNull(VersionTrailer.strip(Unpooled.EMPTY_BUFFER))
wrappedBuffer(0).use { buf -> wrappedBuffer(0).use { buf ->

Loading…
Cancel
Save