From fb6d953accfc56331c91a1941c276f3b37aca2d7 Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Tue, 10 Oct 2006 09:46:36 +0000 Subject: [PATCH] javadoc comment --- .../impl/protocol/jabber/extensions/KeepAliveEvent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/java/sip/communicator/impl/protocol/jabber/extensions/KeepAliveEvent.java b/src/net/java/sip/communicator/impl/protocol/jabber/extensions/KeepAliveEvent.java index 81330b1fa..2365d52a2 100644 --- a/src/net/java/sip/communicator/impl/protocol/jabber/extensions/KeepAliveEvent.java +++ b/src/net/java/sip/communicator/impl/protocol/jabber/extensions/KeepAliveEvent.java @@ -114,7 +114,7 @@ public void setSrcProviderHash(int srcProviderHash) /** * Sets the hash of the source opeartion set that will send the message - * @param srcProviderHash int hash of the operation set + * @param srcOpSetHash int hash of the operation set */ public void setSrcOpSetHash(int srcOpSetHash) {