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
a46e2969
Commit
a46e2969
authored
Dec 06, 2021
by
Thomas Mortagne
Browse files
XRENDERING-621: Make rendering errors translatables and extendables
* add missing default implementation
parent
8cb28415
Changes
1
Hide whitespace changes
Inline
Side-by-side
xwiki-rendering-api/src/main/java/org/xwiki/rendering/util/ErrorBlockGenerator.java
View file @
a46e2969
...
...
@@ -62,7 +62,10 @@
* @since 14.0RC1
*/
@Unstable
boolean
containsError
(
Block
block
);
default
boolean
containsError
(
Block
block
)
{
return
false
;
}
/**
* Generates error blocks to render an error in a wiki page.
...
...
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