Skip to content
GitLab
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
153dd915
Unverified
Commit
153dd915
authored
Jan 17, 2022
by
Thomas Mortagne
Committed by
GitHub
Jan 17, 2022
Browse files
Merge pull request #198 from Vyom-Yadav/CheckstyleXwikiPatch
parents
c6663079
127c3ea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
xwiki-rendering-api/src/main/java/org/xwiki/rendering/internal/syntax/DefaultSyntaxRegistry.java
View file @
153dd915
...
...
@@ -52,7 +52,7 @@ public class DefaultSyntaxRegistry implements SyntaxRegistry
private
Map
<
String
,
Syntax
>
syntaxes
=
new
HashMap
<>();
@Override
public
void
registerSyntaxes
(
Syntax
...
syntaxes
)
public
void
registerSyntaxes
(
Syntax
...
syntaxes
)
{
for
(
Syntax
syntax
:
syntaxes
)
{
registerSyntax
(
syntax
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment