Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xwiki-platform
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XWiki
xwiki-platform
Commits
f63f7e83
Commit
f63f7e83
authored
10 years ago
by
Vincent Massol
Browse files
Options
Downloads
Patches
Plain Diff
[Misc] Fix javadoc errors
parent
6db5d4eb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiMessageTool.java
+1
-3
1 addition, 3 deletions
...ore/src/main/java/com/xpn/xwiki/web/XWikiMessageTool.java
with
1 addition
and
3 deletions
xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiMessageTool.java
+
1
−
3
View file @
f63f7e83
...
@@ -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
)
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment