Fix Upnp Blacklisted int value in java

This commit is contained in:
Yann Diorcet 2013-08-08 11:40:07 +02:00
parent c212173648
commit 321043603a

View file

@ -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;