aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/protocol/event/ChatRoomMessageDeliveryFailedEvent.java
diff options
context:
space:
mode:
authorSebastien Vincent <seb@jitsi.org>2010-10-04 09:33:50 +0000
committerSebastien Vincent <seb@jitsi.org>2010-10-04 09:33:50 +0000
commit303c3dfbd6a2ef57a2ea7ffacc49dcf7aea62c90 (patch)
tree6442696d17ffa6a496b014185aa68cf0904cdc99 /src/net/java/sip/communicator/service/protocol/event/ChatRoomMessageDeliveryFailedEvent.java
parentf7078b197ba877dc981592b927886f8d9a7fd143 (diff)
downloadjitsi-303c3dfbd6a2ef57a2ea7ffacc49dcf7aea62c90.zip
jitsi-303c3dfbd6a2ef57a2ea7ffacc49dcf7aea62c90.tar.gz
jitsi-303c3dfbd6a2ef57a2ea7ffacc49dcf7aea62c90.tar.bz2
Fixes warnings and javadocs.
Diffstat (limited to 'src/net/java/sip/communicator/service/protocol/event/ChatRoomMessageDeliveryFailedEvent.java')
-rw-r--r--src/net/java/sip/communicator/service/protocol/event/ChatRoomMessageDeliveryFailedEvent.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/service/protocol/event/ChatRoomMessageDeliveryFailedEvent.java b/src/net/java/sip/communicator/service/protocol/event/ChatRoomMessageDeliveryFailedEvent.java
index f3243fe..2a3163c 100644
--- a/src/net/java/sip/communicator/service/protocol/event/ChatRoomMessageDeliveryFailedEvent.java
+++ b/src/net/java/sip/communicator/service/protocol/event/ChatRoomMessageDeliveryFailedEvent.java
@@ -21,6 +21,11 @@ public class ChatRoomMessageDeliveryFailedEvent
extends EventObject
{
/**
+ * Serial version UID.
+ */
+ private static final long serialVersionUID = 0L;
+
+ /**
* The chat room member that this message has been sent to.
*/
private ChatRoomMember to = null;
@@ -114,7 +119,7 @@ public class ChatRoomMessageDeliveryFailedEvent
{
return to;
}
-
+
/**
* Returns the received message.
* @return the <tt>Message</tt> that triggered this event.