diff options
author | Sebastien Vincent <seb@jitsi.org> | 2010-09-29 11:15:10 +0000 |
---|---|---|
committer | Sebastien Vincent <seb@jitsi.org> | 2010-09-29 11:15:10 +0000 |
commit | 3d77efb36f85e00b0a1df6ba5a612b9beffd326a (patch) | |
tree | 810927921b242dc7ae5351ae7cb236320e5cd5d6 /src/net/java/sip/communicator/service/protocol | |
parent | 502471520721b867ff7fd37ab4497699b20764fa (diff) | |
download | jitsi-3d77efb36f85e00b0a1df6ba5a612b9beffd326a.zip jitsi-3d77efb36f85e00b0a1df6ba5a612b9beffd326a.tar.gz jitsi-3d77efb36f85e00b0a1df6ba5a612b9beffd326a.tar.bz2 |
Initial commit to support provisioning. It provides the DHCP provisioning discovery method, the provisioning URL can also be retrieved from configuration.
Diffstat (limited to 'src/net/java/sip/communicator/service/protocol')
-rw-r--r-- | src/net/java/sip/communicator/service/protocol/media/MediaAwareCall.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/java/sip/communicator/service/protocol/media/MediaAwareCall.java b/src/net/java/sip/communicator/service/protocol/media/MediaAwareCall.java index 62d862d..49999c6 100644 --- a/src/net/java/sip/communicator/service/protocol/media/MediaAwareCall.java +++ b/src/net/java/sip/communicator/service/protocol/media/MediaAwareCall.java @@ -147,6 +147,7 @@ public abstract class MediaAwareCall< * also we can obtain the reason for the <tt>CallPeerChangeEvent</tt> if * any. Use the event as cause for the call state change event.. */ + @SuppressWarnings("unchecked") private void removeCallPeer(CallPeerChangeEvent evt) { T callPeer = (T)evt.getSourceCallPeer(); |