From 3b77d4319a76a9934e2cdbc009891b8f0d57a0cd Mon Sep 17 00:00:00 2001 From: Alexander Pelov Date: Sun, 14 May 2006 22:49:32 +0000 Subject: [PATCH] Fixed javadoc warnings. --- .../impl/msghistory/MessageHistoryServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/net/java/sip/communicator/impl/msghistory/MessageHistoryServiceImpl.java b/src/net/java/sip/communicator/impl/msghistory/MessageHistoryServiceImpl.java index cfa1519c6..1b19b18e4 100644 --- a/src/net/java/sip/communicator/impl/msghistory/MessageHistoryServiceImpl.java +++ b/src/net/java/sip/communicator/impl/msghistory/MessageHistoryServiceImpl.java @@ -212,7 +212,7 @@ public void unsetConfigurationService( /** * Set the configuration service. * - * @param configurationService + * @param historyService * @throws IOException * @throws IllegalArgumentException */ @@ -230,7 +230,7 @@ public void setHistoryService( /** * Remove a configuration service. * - * @param configurationService + * @param historyService */ public void unsetHistoryService( HistoryService historyService)