Skip to content
Snippets Groups Projects
Commit a1649456 authored by Simon Urli's avatar Simon Urli
Browse files

[Misc] Fix revapi error on Code and RSS Macro.

parent 2e06ce8a
No related branches found
No related tags found
No related merge requests found
......@@ -156,8 +156,15 @@
"old": "method void org.xwiki.rendering.macro.box.BoxMacroParameters::setTitle(java.lang.String) @ org.xwiki.rendering.macro.code.CodeMacroParameters",
"new": "method void org.xwiki.rendering.macro.box.BoxMacroParameters::setTitle(java.lang.String) @ org.xwiki.rendering.macro.code.CodeMacroParameters",
"annotation": "@org.xwiki.properties.annotation.PropertyDisplayType({java.util.List.class, org.xwiki.rendering.block.Block.class})",
"justification": "The annotation has been added in box macro but is used in RSS Macro. It's not an api breakage."
"justification": "The annotation has been added in box macro but is used in Code Macro. It's not an api breakage."
},
{
"code": "java.annotation.added",
"old": "method void org.xwiki.rendering.macro.box.BoxMacroParameters::setTitle(java.lang.String) @ org.xwiki.rendering.macro.rss.RssMacroParameters",
"new": "method void org.xwiki.rendering.macro.box.BoxMacroParameters::setTitle(java.lang.String) @ org.xwiki.rendering.macro.rss.RssMacroParameters",
"annotation": "@org.xwiki.properties.annotation.PropertyDisplayType({java.util.List.class, org.xwiki.rendering.block.Block.class})",
"justification": "The annotation has been added in box macro but is used in RSS Macro. It's not an api breakage."
}
]
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment