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
3037fda7
Commit
3037fda7
authored
Oct 15, 2021
by
Thomas Mortagne
Browse files
[misc] Add missing `@Unstable`
parent
d1881899
Changes
1
Hide whitespace changes
Inline
Side-by-side
xwiki-rendering-api/src/main/java/org/xwiki/rendering/syntax/SyntaxType.java
View file @
3037fda7
...
...
@@ -32,6 +32,7 @@
import
org.apache.commons.lang3.builder.EqualsBuilder
;
import
org.apache.commons.lang3.builder.HashCodeBuilder
;
import
org.xwiki.rendering.parser.ParseException
;
import
org.xwiki.stability.Unstable
;
import
org.xwiki.text.StringUtils
;
/**
...
...
@@ -130,6 +131,7 @@ public class SyntaxType implements Comparable<SyntaxType>
*
* @since 13.9RC1
*/
@Unstable
public
static
final
Set
<
SyntaxType
>
HTML_FAMILY_TYPES
=
SetUtils
.
hashSet
(
XHTML
,
HTML
,
ANNOTATED_XHTML
,
ANNOTATED_HTML
);
...
...
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