Skip to content

Commit 63f5d8d

Browse files
change method to private
1 parent 0c9242d commit 63f5d8d

File tree

1 file changed

+1
-1
lines changed
  • wechaty-puppet/src/main/kotlin/io/github/wechaty/filebox

1 file changed

+1
-1
lines changed

wechaty-puppet/src/main/kotlin/io/github/wechaty/filebox/FileBox.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class FileBox(options: FileBoxOptions) {
144144

145145
}
146146

147-
fun getBufferByte(fileBox: FileBox): ByteArray? {
147+
private fun getBufferByte(fileBox: FileBox): ByteArray? {
148148
when (fileBox.type()) {
149149
FileBoxType.File -> {
150150

0 commit comments

Comments
 (0)