Skip to content

Commit

Permalink
Remove outdated SPI revapi exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Jul 18, 2023
1 parent dad875c commit b4f0a33
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/trino-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,6 @@
</item>
<!-- Backwards incompatible changes since the previous release -->
<!-- Any exclusions below can be deleted after each release -->
<item>
<ignore>true</ignore>
<code>java.method.returnTypeChanged</code>
<old>method void io.trino.spi.block.VariableWidthBlockBuilder::writeEntry(io.airlift.slice.Slice)</old>
<new>method io.trino.spi.block.VariableWidthBlockBuilder io.trino.spi.block.VariableWidthBlockBuilder::writeEntry(io.airlift.slice.Slice)</new>
<justification>Safe to change void return to match other method of same name with different signature</justification>
</item>
</differences>
</revapi.differences>
</analysisConfiguration>
Expand Down

0 comments on commit b4f0a33

Please sign in to comment.