Skip to content

Commit

Permalink
Remove unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Jul 15, 2024
1 parent 392f0a2 commit f3c71ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
6 changes: 6 additions & 0 deletions core/trino-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,12 @@
<newValue>{@com.fasterxml.jackson.annotation.JsonSubTypes.Type(value = io.trino.spi.predicate.AllOrNoneValueSet.class, name = "allOrNone"), @com.fasterxml.jackson.annotation.JsonSubTypes.Type(value = io.trino.spi.predicate.EquatableValueSet.class, name = "equatable"), @com.fasterxml.jackson.annotation.JsonSubTypes.Type(value = io.trino.spi.predicate.SortedRangeSet.class, name = "sortable")}</newValue>
<justification>cleanup</justification>
</item>
<item>
<ignore>true</ignore>
<code>java.class.removed</code>
<old>interface io.trino.spi.exchange.ExchangeManagerHandleResolver</old>
<justification>cleanup</justification>
</item>
</differences>
</revapi.differences>
</analysisConfiguration>
Expand Down

This file was deleted.

0 comments on commit f3c71ca

Please sign in to comment.