mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix Upnp Blacklisted int value in java
This commit is contained in:
parent
c212173648
commit
321043603a
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