Cleanup.
This commit is contained in:
parent
48d929868d
commit
0aeb385238
2 changed files with 5 additions and 3 deletions
|
@ -47,10 +47,10 @@ open class Constants private constructor() {
|
|||
*/
|
||||
const val ENV_ACCESS_TOKEN = "BITLY_ACCESS_TOKEN"
|
||||
|
||||
/** Empty String */
|
||||
/** Empty String. */
|
||||
const val EMPTY = ""
|
||||
|
||||
/** Empty JSON Object */
|
||||
/** Empty JSON Object. */
|
||||
const val EMPTY_JSON = "{}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue