Upgraded to Kotlin 1.7.20
This commit is contained in:
parent
56fa17703c
commit
1e2f2ccee9
16 changed files with 55 additions and 34 deletions
|
@ -81,7 +81,6 @@ open class PinboardPoster() {
|
|||
* @param properties The properties.
|
||||
* @param key The property key.
|
||||
*/
|
||||
@Suppress("unused")
|
||||
@JvmOverloads
|
||||
constructor(properties: Properties, key: String = Constants.ENV_API_TOKEN) : this() {
|
||||
apiToken = properties.getProperty(key, apiToken)
|
||||
|
@ -121,7 +120,6 @@ 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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue