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
7ae85ea4
Commit
7ae85ea4
authored
Nov 22, 2021
by
Thomas Mortagne
Browse files
[misc] Remove outdated Unstable annotations
parent
2f095330
Changes
2
Hide whitespace changes
Inline
Side-by-side
xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/descriptor/ParameterDescriptor.java
View file @
7ae85ea4
...
...
@@ -22,7 +22,6 @@
import
java.lang.reflect.Type
;
import
org.xwiki.properties.PropertyGroupDescriptor
;
import
org.xwiki.stability.Unstable
;
/**
* Define a macro parameter.
...
...
@@ -114,7 +113,6 @@ default Type getDisplayType()
* uses it to decide whether to display it or not in the Macro editor UI.
* @since 12.4RC1
*/
@Unstable
default
boolean
isDisplayHidden
()
{
return
false
;
...
...
xwiki-rendering-xml/src/main/java/org/xwiki/rendering/renderer/printer/XHTMLWikiPrinter.java
View file @
7ae85ea4
...
...
@@ -23,7 +23,6 @@
import
org.apache.commons.lang3.StringUtils
;
import
org.xml.sax.Attributes
;
import
org.xwiki.stability.Unstable
;
/**
* Base toolkit class for all XHTML-based renderers. This printer handles whitespaces so that it prints " " when
...
...
@@ -62,7 +61,6 @@ public XHTMLWikiPrinter(WikiPrinter printer)
* is printed.
* @since 12.2
*/
@Unstable
public
void
setStandalone
()
{
this
.
isStandalone
=
true
;
...
...
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