Skip to content

Commit 72a92b0

Browse files
committed
mark packedutils internal
1 parent b6d18d9 commit 72a92b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/eignex/kencode/PackedUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package com.eignex.kencode
22

33
import java.io.ByteArrayOutputStream
44

5-
object PackedUtils {
5+
internal object PackedUtils {
66
// flags -> int/long
77
fun packFlagsToLong(vararg flags: Boolean): Long {
88
var result = 0L

0 commit comments

Comments
 (0)