This commit is contained in:
Erik C. Thauvin 2020-03-02 18:32:22 -08:00
parent 48d929868d
commit 0aeb385238
2 changed files with 5 additions and 3 deletions

View file

@ -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 = "{}"
}
}