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
10d07ae1
Commit
10d07ae1
authored
Nov 05, 2021
by
Vincent Massol
Browse files
[Misc] Moved deprecated TransformationManager#performTransformations(XDOM, Syntax) to legacy
* Fixed javadoc
parent
2c8aff3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
xwiki-rendering-legacy/xwiki-rendering-legacy-api/src/main/aspect/org/xwiki/rendering/transformation/CompatibilityTransformationManager.java
View file @
10d07ae1
...
...
@@ -34,7 +34,8 @@
* @param dom the XDOM on which apply transformations
* @param syntax the syntax of the source from where this XDOM as been generated
* @throws TransformationException error when applying transformations
* @deprecated since 2.4M1 use {@link #performTransformations(Block, TransformationContext)} instead
* @deprecated since 2.4M1 use {@link TransformationManager#performTransformations(Block, TransformationContext)}
* instead
*/
@Deprecated
void
performTransformations
(
XDOM
dom
,
Syntax
syntax
)
throws
TransformationException
;
...
...
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