diff --git a/src/net/java/sip/communicator/service/protocol/AbstractOperationSetBasicTelephony.java b/src/net/java/sip/communicator/service/protocol/AbstractOperationSetBasicTelephony.java index 719f7c94d..f2f4f91fa 100644 --- a/src/net/java/sip/communicator/service/protocol/AbstractOperationSetBasicTelephony.java +++ b/src/net/java/sip/communicator/service/protocol/AbstractOperationSetBasicTelephony.java @@ -99,17 +99,17 @@ public void removeCallListener(CallListener listener) /** * Sets the mute state of the audio stream being sent to a specific - * CallParticipant. + * CallPeer. *

* The default implementation does nothing. *

* - * @param participant the CallParticipant who receives the audio + * @param peer the CallPeer who receives the audio * stream to have its mute state set * @param mute true to mute the audio stream being sent to - * participant; otherwise, false + * peer; otherwise, false */ - public void setMute(CallPeer participant, boolean mute) + public void setMute(CallPeer peer, boolean mute) { /*