Skip to content
Snippets Groups Projects
Commit 590c59d9 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

[release] Removed revapi ignores from the previous version

parent 5f813e55
No related branches found
No related tags found
No related merge requests found
......@@ -138,18 +138,7 @@
Single justification example:
-->
<revapi.differences>
<differences>
<item>
<criticality>allowed</criticality>
<code>java.class.nonFinalClassInheritsFromNewClass</code>
<old>class org.xwiki.filter.instance.output.DocumentInstanceOutputProperties</old>
<new>class org.xwiki.filter.instance.output.DocumentInstanceOutputProperties</new>
<superClass>org.xwiki.filter.instance.output.EntityInstanceOutputProperties</superClass>
<justification>Not a breakage, the old DocumentInstanceOutputProperties content has been moved to the new EntityInstanceOutputProperties class and old class now inherits from the new one</justification>
</item>
</differences>
</revapi.differences>
</analysisConfiguration>
</configuration>
</plugin>
......
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