Refine code style

This commit is contained in:
Mygod
2018-05-09 18:17:47 -07:00
parent efa387fd7a
commit 3959db61d0
2 changed files with 1 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ import java.net.NetworkInterface
import java.net.SocketException
import java.util.*
class Routing(val upstream: String?, val downstream: String, ownerAddress: InetAddress? = null) {
class Routing(val upstream: String?, private val downstream: String, ownerAddress: InetAddress? = null) {
companion object {
/**
* -w <seconds> is not supported on 7.1-.