Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
XWiki
xwiki-rendering
Commits
045a2008
Commit
045a2008
authored
Dec 01, 2021
by
Vincent Massol
Browse files
[Misc] Fix javadoc to work with Java 11
parent
22f5e612
Changes
2
Hide whitespace changes
Inline
Side-by-side
xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/MacroLookupException.java
View file @
045a2008
...
...
@@ -42,8 +42,8 @@ public MacroLookupException(String message)
/**
* @param message the detail message.
* @param cause the cause (which is saved for later retrieval by the {@link #getCause()} method).
(
A
<tt>null</tt>
* value is permitted, and indicates that the cause is nonexistent or unknown
.)
* @param cause the cause (which is saved for later retrieval by the {@link #getCause()} method). A
{@code null}
* value is permitted, and indicates that the cause is nonexistent or unknown
*/
public
MacroLookupException
(
String
message
,
Throwable
cause
)
{
...
...
xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/MacroNotFoundException.java
View file @
045a2008
...
...
@@ -42,8 +42,8 @@ public MacroNotFoundException(String message)
/**
* @param message the detail message.
* @param cause the cause (which is saved for later retrieval by the {@link #getCause()} method).
(
A
<tt>null</tt>
* value is permitted, and indicates that the cause is nonexistent or unknown
.)
* @param cause the cause (which is saved for later retrieval by the {@link #getCause()} method). A
{@code null}
* value is permitted, and indicates that the cause is nonexistent or unknown
*/
public
MacroNotFoundException
(
String
message
,
Throwable
cause
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment