Skip to content

Commit

Permalink
Remove redundant modifier for interface members
Browse files Browse the repository at this point in the history
  • Loading branch information
daragu committed Jul 11, 2024
1 parent c9c4a52 commit a8117b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.apache.xtable.spi.extractor.SourcePartitionSpecExtractor;

public interface HudiSourceConfig {
public String getPartitionSpecExtractorClass();
String getPartitionSpecExtractorClass();

SourcePartitionSpecExtractor loadSourcePartitionSpecExtractor();
}

0 comments on commit a8117b8

Please sign in to comment.