Added private constructor.
This commit is contained in:
parent
161c5ff643
commit
0a02198f5f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import net.thauvin.erik.android.tesremoteprogrammer.models.Option
|
|||
import java.util.ArrayList
|
||||
import java.util.Locale
|
||||
|
||||
class Dtmf {
|
||||
class Dtmf private constructor() {
|
||||
companion object {
|
||||
const val DTMF_MASTER = "[MASTER]"
|
||||
const val DTMF_FIELD = "[FIELD:%1\$d]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue