Skip to content
Snippets Groups Projects
Commit f63f7e83 authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Fix javadoc errors

parent 6db5d4eb
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
* modified, its content is cached again next time a key is asked. * modified, its content is cached again next time a key is asked.
* *
* @version $Id$ * @version $Id$
* @deprecated since 4.3M2 use {@link LocalizationManager} component instead * @deprecated since 4.3M2 use the {@link org.xwiki.localization.LocalizationManager} component instead
*/ */
@Deprecated @Deprecated
public class XWikiMessageTool public class XWikiMessageTool
...@@ -117,8 +117,6 @@ public class XWikiMessageTool ...@@ -117,8 +117,6 @@ public class XWikiMessageTool
/** /**
* @param localization the localization manager * @param localization the localization manager
* @param componentManager used to get the proper renderer
* @param context the XWiki context
*/ */
public XWikiMessageTool(ContextualLocalizationManager localization) public XWikiMessageTool(ContextualLocalizationManager localization)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment