Skip to content

Commit bdcd0bb

Browse files
committed
fix these violation
1 parent 4904ac9 commit bdcd0bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: seatunnel-connectors-v2/connector-elasticsearch/src/main/java/org/apache/seatunnel/connectors/seatunnel/elasticsearch/source/ElasticsearchSourceSplitEnumerator.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ private List<ElasticsearchSourceSplit> getElasticsearchSplit() {
165165
}
166166

167167
@Override
168-
public void close() throws IOException {
169-
}
168+
public void close() throws IOException {}
170169

171170
@Override
172171
public void addSplitsBack(List<ElasticsearchSourceSplit> splits, int subtaskId) {

0 commit comments

Comments
 (0)