mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Merge branch '3.6.x'
This commit is contained in:
commit
6e49655f63
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ public interface LinphoneCore {
|
|||
/**
|
||||
* Blacklisted
|
||||
*/
|
||||
static public UpnpState Blacklisted = new UpnpState(6, "Blacklisted");
|
||||
static public UpnpState Blacklisted = new UpnpState(7, "Blacklisted");
|
||||
|
||||
protected final int mValue;
|
||||
private final String mStringValue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue