aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/java/sip/communicator/slick/protocol/msn/TestOperationSetBasicInstantMessaging.java
diff options
context:
space:
mode:
authorLyubomir Marinov <lyubomir.marinov@jitsi.org>2009-08-31 15:25:57 +0000
committerLyubomir Marinov <lyubomir.marinov@jitsi.org>2009-08-31 15:25:57 +0000
commitf837057d334ce9132ddae3438b5361baf2f56750 (patch)
treefce75a25c16e1972a565023aa195bae8955fef3b /test/net/java/sip/communicator/slick/protocol/msn/TestOperationSetBasicInstantMessaging.java
parentd84529346a391f3fd33d3bff5ebb808a837429d3 (diff)
downloadjitsi-f837057d334ce9132ddae3438b5361baf2f56750.zip
jitsi-f837057d334ce9132ddae3438b5361baf2f56750.tar.gz
jitsi-f837057d334ce9132ddae3438b5361baf2f56750.tar.bz2
Commits the last part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the test directory.
Diffstat (limited to 'test/net/java/sip/communicator/slick/protocol/msn/TestOperationSetBasicInstantMessaging.java')
-rw-r--r--test/net/java/sip/communicator/slick/protocol/msn/TestOperationSetBasicInstantMessaging.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/net/java/sip/communicator/slick/protocol/msn/TestOperationSetBasicInstantMessaging.java b/test/net/java/sip/communicator/slick/protocol/msn/TestOperationSetBasicInstantMessaging.java
index 329badb..1b02f24 100644
--- a/test/net/java/sip/communicator/slick/protocol/msn/TestOperationSetBasicInstantMessaging.java
+++ b/test/net/java/sip/communicator/slick/protocol/msn/TestOperationSetBasicInstantMessaging.java
@@ -369,7 +369,7 @@ public class TestOperationSetBasicInstantMessaging
*/
private class ImEventCollector implements MessageListener
{
- private List collectedEvents = new LinkedList();
+ private List<EventObject> collectedEvents = new LinkedList<EventObject>();
/**
* Called when a new incoming <tt>Message</tt> has been received.
* @param evt the <tt>MessageReceivedEvent</tt> containing the newly