Skip to content

Commit

Permalink
fix shenyu-plugin-logging-elasticsearch : modify setIndexName of Elas…
Browse files Browse the repository at this point in the history
…ticSearchLogConfig (#5830)
  • Loading branch information
mmengLong authored Dec 3, 2024
1 parent d60f8e7 commit 118f8de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public String getIndexName() {
* setIndexName.
* @param indexName indexName
*/
public void setIndeName(final String indexName) {
public void setIndexName(final String indexName) {
this.indexName = indexName;
}

Expand Down

0 comments on commit 118f8de

Please sign in to comment.