This is an automated email from the ASF dual-hosted git repository.

yunlong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new b532d4612a [type:fix] fix javadoc for logging ClickHouse plugin (#5271)
b532d4612a is described below

commit b532d4612aca567a50188126944921ac9955803e
Author: YxYL <[email protected]>
AuthorDate: Mon Nov 6 16:31:00 2023 +0800

    [type:fix] fix javadoc for logging ClickHouse plugin (#5271)
    
    Co-authored-by: yunlongn <[email protected]>
---
 .../plugin/logging/clickhouse/LoggingClickHousePluginConfiguration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/shenyu-spring-boot-starter/shenyu-spring-boot-starter-plugin/shenyu-spring-boot-starter-plugin-logging-clickhouse/src/main/java/org/apache/shenyu/springboot/starter/plugin/logging/clickhouse/LoggingClickHousePluginConfiguration.java
 
b/shenyu-spring-boot-starter/shenyu-spring-boot-starter-plugin/shenyu-spring-boot-starter-plugin-logging-clickhouse/src/main/java/org/apache/shenyu/springboot/starter/plugin/logging/clickhouse/LoggingClickHousePluginConfiguration.java
index 246de5b7d4..d5a35b62a4 100644
--- 
a/shenyu-spring-boot-starter/shenyu-spring-boot-starter-plugin/shenyu-spring-boot-starter-plugin-logging-clickhouse/src/main/java/org/apache/shenyu/springboot/starter/plugin/logging/clickhouse/LoggingClickHousePluginConfiguration.java
+++ 
b/shenyu-spring-boot-starter/shenyu-spring-boot-starter-plugin/shenyu-spring-boot-starter-plugin-logging-clickhouse/src/main/java/org/apache/shenyu/springboot/starter/plugin/logging/clickhouse/LoggingClickHousePluginConfiguration.java
@@ -26,7 +26,7 @@ import org.springframework.context.annotation.Bean;
 import org.springframework.context.annotation.Configuration;
 
 /**
- * config logging Pulsar plugin.
+ * config logging ClickHouse plugin.
  */
 @Configuration
 @ConditionalOnProperty(value = {"shenyu.plugins.logging-clickhouse.enabled"}, 
havingValue = "true", matchIfMissing = true)

Reply via email to