From 918f8ab379fdb8ba840d004ac5ce8f47045140ed Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 10 Jan 2021 22:19:04 +0000 Subject: [PATCH] Remove redundant visibility modifier Signed-off-by: Graham --- cache/src/test/kotlin/org/openrs2/cache/VersionTrailerTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache/src/test/kotlin/org/openrs2/cache/VersionTrailerTest.kt b/cache/src/test/kotlin/org/openrs2/cache/VersionTrailerTest.kt index a60f6639..42de407b 100644 --- a/cache/src/test/kotlin/org/openrs2/cache/VersionTrailerTest.kt +++ b/cache/src/test/kotlin/org/openrs2/cache/VersionTrailerTest.kt @@ -9,7 +9,7 @@ import kotlin.test.assertNull object VersionTrailerTest { @Test - public fun testStrip() { + fun testStrip() { assertNull(VersionTrailer.strip(Unpooled.EMPTY_BUFFER)) wrappedBuffer(0).use { buf ->