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)