This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 2f713c2 Checkstyle (#10164)
2f713c2 is described below
commit 2f713c2909144fc297d1f3ed01c85d967e400f5a
Author: 吴伟杰 <[email protected]>
AuthorDate: Fri Apr 23 22:49:22 2021 +0800
Checkstyle (#10164)
---
.../db/protocol/postgresql/constant/PostgreSQLMessageSeverityLevel.java | 2 --
.../exception/InvalidAuthorizationSpecificationException.java | 2 +-
.../authentication/exception/PostgreSQLAuthenticationException.java | 2 +-
.../authentication/exception/PostgreSQLProtocolViolationException.java | 2 +-
4 files changed, 3 insertions(+), 5 deletions(-)
diff --git
a/shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/constant/PostgreSQLMessageSeverityLevel.java
b/shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/constant/PostgreSQLMessageSeverityLevel.java
index 311d2c2..1f9c93b 100644
---
a/shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/constant/PostgreSQLMessageSeverityLevel.java
+++
b/shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/constant/PostgreSQLMessageSeverityLevel.java
@@ -24,8 +24,6 @@ package
org.apache.shardingsphere.db.protocol.postgresql.constant;
*/
public enum PostgreSQLMessageSeverityLevel {
- DEBUG0,
-
DEBUG1,
DEBUG2,
diff --git
a/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/authentication/exception/InvalidAuthorizationSpecificationException.java
b/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/authentication/exception/InvalidAuthorizationSpecificationException.java
index 33343e7..dd3d440 100644
---
a/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/authentication/exception/InvalidAuthorizationSpecificationException.java
+++
b/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/authentication/exception/InvalidAuthorizationSpecificationException.java
@@ -24,8 +24,8 @@ import
org.apache.shardingsphere.proxy.frontend.exception.FrontendException;
/**
* Invalid authorization specification exception.
*/
-@Getter
@RequiredArgsConstructor
+@Getter
public final class InvalidAuthorizationSpecificationException extends
FrontendException {
private static final long serialVersionUID = -7169979989631579431L;
diff --git
a/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/authentication/exception/PostgreSQLAuthenticationException.java
b/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/authentication/exception/PostgreSQLAuthenticationException.java
index e0024e6..514b946 100644
---
a/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/authentication/exception/PostgreSQLAuthenticationException.java
+++
b/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/authentication/exception/PostgreSQLAuthenticationException.java
@@ -25,8 +25,8 @@ import
org.apache.shardingsphere.proxy.frontend.exception.FrontendException;
/**
* PostgreSQL authentication exception.
*/
-@Getter
@RequiredArgsConstructor
+@Getter
public final class PostgreSQLAuthenticationException extends FrontendException
{
private static final long serialVersionUID = 1331782847269278560L;
diff --git
a/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/authentication/exception/PostgreSQLProtocolViolationException.java
b/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/authentication/exception/PostgreSQLProtocolViolationException.java
index 87db44d..bae70d4 100644
---
a/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/authentication/exception/PostgreSQLProtocolViolationException.java
+++
b/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/authentication/exception/PostgreSQLProtocolViolationException.java
@@ -24,8 +24,8 @@ import
org.apache.shardingsphere.proxy.frontend.exception.FrontendException;
/**
* PostgreSQL protocol violation exception.
*/
-@Getter
@RequiredArgsConstructor
+@Getter
public final class PostgreSQLProtocolViolationException extends
FrontendException {
private static final long serialVersionUID = 6784109729740919997L;