Fixed kDoc.
This commit is contained in:
parent
e609171681
commit
33aa824ad9
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ open class PinboardPoster() {
|
||||||
/** The API end point. **/
|
/** The API end point. **/
|
||||||
var apiEndPoint: String = Constants.API_ENDPOINT
|
var apiEndPoint: String = Constants.API_ENDPOINT
|
||||||
|
|
||||||
/** The logger object. **/
|
/** The logger instance. **/
|
||||||
val logger: Logger by lazy { Logger.getLogger(PinboardPoster::class.java.simpleName) }
|
val logger: Logger by lazy { Logger.getLogger(PinboardPoster::class.java.simpleName) }
|
||||||
|
|
||||||
private val client by lazy { OkHttpClient() }
|
private val client by lazy { OkHttpClient() }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue