You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2021/06/17 11:53:23 UTC

[shardingsphere] 05/05: Fix : fix checkstyle violation (#10838)

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

wuweijie pushed a commit to branch opengauss_adapt
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 37ebf88168413678ddaa721d9e99506bf92ef328
Author: 孙念君 Sun Nianjun <ka...@outlook.com>
AuthorDate: Thu Jun 17 11:45:14 2021 +0800

    Fix : fix checkstyle violation (#10838)
---
 .../sql/parser/postgresql/parser/OpenGaussParserFacade.java        | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-postgresql/src/main/java/org/apache/shardingsphere/sql/parser/postgresql/parser/OpenGaussParserFacade.java b/shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-postgresql/src/main/java/org/apache/shardingsphere/sql/parser/postgresql/parser/OpenGaussParserFacade.java
index 2962261..1f23cb1 100644
--- a/shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-postgresql/src/main/java/org/apache/shardingsphere/sql/parser/postgresql/parser/OpenGaussParserFacade.java
+++ b/shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-postgresql/src/main/java/org/apache/shardingsphere/sql/parser/postgresql/parser/OpenGaussParserFacade.java
@@ -25,7 +25,12 @@ import org.apache.shardingsphere.sql.parser.spi.SQLParserFacade;
  * SQL parser facade for OpenGauss.
  */
 public final class OpenGaussParserFacade implements SQLParserFacade {
-    
+
+    /**
+     * Get Database Type.
+     *
+     * @return Database Type
+     */
     public String getDatabaseType() {
         return "OpenGauss";
     }