Merge branch '3.6.x'

This commit is contained in:
Yann Diorcet 2013-08-08 11:40:16 +02:00
commit 6e49655f63

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;