Removes a duplicate method/an unnecessary method override.

cusax-fix
Lyubomir Marinov 16 years ago
parent 4562270701
commit 089f309fc5

@ -480,21 +480,6 @@ public void removeVideoPropertyChangeListener(
}
}
/**
* Overrides the parent set state method in order to make sure that we
* close our media handler whenever we enter a disconnected state.
*
* @param newState the <tt>CallPeerState</tt> that we are about to enter and
* that we pass to our predecessor.
* @param reason a reason phrase explaining the state (e.g. if newState
* indicates a failure) and that we pass to our predecessor.
*/
@Override
public void setState(CallPeerState newState, String reason)
{
this.setState(newState, reason, -1);
}
/**
* Overrides the parent set state method in order to make sure that we
* close our media handler whenever we enter a disconnected state.

Loading…
Cancel
Save