Skip to content

Commit

Permalink
remove internal
Browse files Browse the repository at this point in the history
  • Loading branch information
SkywalkerDarren committed Jan 13, 2020
1 parent 2cea50d commit e271e25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package io.github.skywalkerdarren.simpleaccounting.adapter
* @author darren
* @date 2018/2/16
*/
internal interface HeaderDivider {
interface HeaderDivider {
/**
* 获取账单支出类型名称
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import com.chad.library.adapter.base.BaseViewHolder
* @author darren
* @date 2018/4/5
*/
abstract class BaseBindingViewHolder<Binding : ViewDataBinding> internal constructor(view: View) : BaseViewHolder(view) {
abstract class BaseBindingViewHolder<Binding : ViewDataBinding> constructor(view: View) : BaseViewHolder(view) {
lateinit var binding: Binding
private set

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import java.util.*
* @author darren
* @date 2018/3/10
*/
internal object Operators {
object Operators {
/**
* 存放运算符的哈希表,通过运算符字符串获取Operator运算符
*
Expand Down

0 comments on commit e271e25

Please sign in to comment.