diff options
author | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2009-08-31 15:25:57 +0000 |
---|---|---|
committer | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2009-08-31 15:25:57 +0000 |
commit | f837057d334ce9132ddae3438b5361baf2f56750 (patch) | |
tree | fce75a25c16e1972a565023aa195bae8955fef3b /test/net/java/sip/communicator/slick/protocol/msn/TestOperationSetBasicInstantMessaging.java | |
parent | d84529346a391f3fd33d3bff5ebb808a837429d3 (diff) | |
download | jitsi-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.java | 2 |
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 |