Skip to content

Commit

Permalink
Core: Fix ConvertEqualityDeleteStrategy::options return type (apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
liuml07 authored May 2, 2022
1 parent 9ec7a8f commit 421832e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public interface ConvertEqualityDeleteStrategy {
/**
* Sets options to be used with this strategy
*/
RewritePositionDeleteStrategy options(Map<String, String> options);
ConvertEqualityDeleteStrategy options(Map<String, String> options);

/**
* Select the delete files to convert.
Expand Down

0 comments on commit 421832e

Please sign in to comment.