Suppress member visibility on logger field.
This commit is contained in:
parent
a96c113825
commit
f39020b276
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ open class PinboardPoster() {
|
|||
var apiEndPoint: String = Constants.API_ENDPOINT
|
||||
|
||||
/** The logger instance. **/
|
||||
@Suppress("MemberVisibilityCanBePrivate")
|
||||
val logger: Logger by lazy { Logger.getLogger(PinboardPoster::class.java.simpleName) }
|
||||
|
||||
private val client by lazy { OkHttpClient() }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue