Skip to content

Commit 20cb624

Browse files
committed
[feat-269][elasticearch6][side] remove unnecessary attribute.
1 parent dbc9211 commit 20cb624

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

elasticsearch6/elasticsearch6-side/elasticsearch6-side-core/src/main/java/com/dtstack/flink/sql/side/elasticsearch6/table/Elasticsearch6SideTableInfo.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ public String getType() {
7676
return super.getType().toLowerCase();
7777
}
7878

79-
public String getClusterName() {
80-
return clusterName;
81-
}
82-
8379
public void setClusterName(String clusterName) {
8480
this.clusterName = clusterName;
8581
}

0 commit comments

Comments
 (0)