Removes some generics method declarations that are hitting some jdk bugs on build system (http://bugs.sun.com/view_bug.do?bug_id=6932571).

cusax-fix
Damian Minkov 13 years ago
parent 284b758a64
commit a4afabe5d5

@ -428,7 +428,7 @@ private void handleCoin(CallPeerJabberImpl callPeer, CoinIQ coinIQ)
* SID.
*/
protected ConferenceInfoDocument getCurrentConferenceInfo(
MediaAwareCallPeer<?,?,?> callPeer)
MediaAwareCallPeer callPeer)
{
ConferenceInfoDocument confInfo
= super.getCurrentConferenceInfo(callPeer);

@ -1021,7 +1021,7 @@ public static String stripParametersFromAddress(String address)
* state of the conference in which this <tt>CallPeer</tt> participates.
*/
protected ConferenceInfoDocument getCurrentConferenceInfo(
MediaAwareCallPeer<?,?,?> callPeer)
MediaAwareCallPeer callPeer)
{
ConferenceInfoDocument confInfo;
try

Loading…
Cancel
Save