aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetVideoTelephonyJabberImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/impl/protocol/jabber/OperationSetVideoTelephonyJabberImpl.java')
-rw-r--r--src/net/java/sip/communicator/impl/protocol/jabber/OperationSetVideoTelephonyJabberImpl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetVideoTelephonyJabberImpl.java b/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetVideoTelephonyJabberImpl.java
index 0b6fc00..cfb7c0e 100644
--- a/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetVideoTelephonyJabberImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetVideoTelephonyJabberImpl.java
@@ -110,10 +110,10 @@ public class OperationSetVideoTelephonyJabberImpl
* @param calleeAddress Contact address
* @return true if contact support Jingle video, false otherwise
*
- * @exception OperationFailedException with the corresponding code if we fail
+ * @throws OperationFailedException with the corresponding code if we fail
* to create the video call.
*/
- private Call createOutgoingVideoCall(String calleeAddress)
+ protected Call createOutgoingVideoCall(String calleeAddress)
throws OperationFailedException
{
if (logger.isInfoEnabled())