You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by so...@apache.org on 2022/10/09 10:38:49 UTC

[shardingsphere] branch master updated: Format code (#21423)

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

soulasuna 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 24dfec3cd1a Format code (#21423)
24dfec3cd1a is described below

commit 24dfec3cd1a5be4f11224c61232359a20c60891e
Author: zhaojinchao <zh...@apache.org>
AuthorDate: Sun Oct 9 18:38:37 2022 +0800

    Format code (#21423)
---
 .../spring/namespace/fixture/FixtureClusterPersistRepository.java   | 1 -
 .../coordinator/fixture/ClusterPersistRepositoryFixture.java        | 1 -
 .../process/ProcessListClusterPersistRepositoryFixture.java         | 6 ------
 .../proxy/fixture/ClusterPersistRepositoryFixture.java              | 2 --
 .../shardingsphere/driver/fixture/TestClusterPersistRepository.java | 2 --
 5 files changed, 12 deletions(-)

diff --git a/jdbc/spring/core/shardingsphere-jdbc-core-spring-namespace/src/test/java/org/apache/shardingsphere/spring/namespace/fixture/FixtureClusterPersistRepository.java b/jdbc/spring/core/shardingsphere-jdbc-core-spring-namespace/src/test/java/org/apache/shardingsphere/spring/namespace/fixture/FixtureClusterPersistRepository.java
index 268a4fc4510..b50a40e2fd8 100644
--- a/jdbc/spring/core/shardingsphere-jdbc-core-spring-namespace/src/test/java/org/apache/shardingsphere/spring/namespace/fixture/FixtureClusterPersistRepository.java
+++ b/jdbc/spring/core/shardingsphere-jdbc-core-spring-namespace/src/test/java/org/apache/shardingsphere/spring/namespace/fixture/FixtureClusterPersistRepository.java
@@ -67,7 +67,6 @@ public final class FixtureClusterPersistRepository implements ClusterPersistRepo
     
     @Override
     public void updateInTransaction(final String key, final String value) {
-    
     }
     
     @Override
diff --git a/mode/type/cluster/core/src/test/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/fixture/ClusterPersistRepositoryFixture.java b/mode/type/cluster/core/src/test/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/fixture/ClusterPersistRepositoryFixture.java
index 5ec8ae5f8f5..29ed57eb7e1 100644
--- a/mode/type/cluster/core/src/test/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/fixture/ClusterPersistRepositoryFixture.java
+++ b/mode/type/cluster/core/src/test/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/fixture/ClusterPersistRepositoryFixture.java
@@ -61,7 +61,6 @@ public final class ClusterPersistRepositoryFixture implements ClusterPersistRepo
     
     @Override
     public void updateInTransaction(final String key, final String value) {
-    
     }
     
     @Override
diff --git a/mode/type/cluster/core/src/test/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/process/ProcessListClusterPersistRepositoryFixture.java b/mode/type/cluster/core/src/test/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/process/ProcessListClusterPersistRepositoryFixture.java
index 4fc65893a37..d204ac93ed6 100644
--- a/mode/type/cluster/core/src/test/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/process/ProcessListClusterPersistRepositoryFixture.java
+++ b/mode/type/cluster/core/src/test/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/process/ProcessListClusterPersistRepositoryFixture.java
@@ -44,12 +44,10 @@ public final class ProcessListClusterPersistRepositoryFixture implements Cluster
     
     @Override
     public void addCacheData(final String cachePath) {
-        
     }
     
     @Override
     public void evictCacheData(final String cachePath) {
-        
     }
     
     @Override
@@ -59,7 +57,6 @@ public final class ProcessListClusterPersistRepositoryFixture implements Cluster
     
     @Override
     public void executeInLeader(final String key, final LeaderExecutionCallback callback) {
-        
     }
     
     @Override
@@ -68,7 +65,6 @@ public final class ProcessListClusterPersistRepositoryFixture implements Cluster
     
     @Override
     public void updateInTransaction(final String key, final String value) {
-    
     }
     
     @Override
@@ -98,7 +94,6 @@ public final class ProcessListClusterPersistRepositoryFixture implements Cluster
     
     @Override
     public void update(final String key, final String value) {
-        
     }
     
     @Override
@@ -136,7 +131,6 @@ public final class ProcessListClusterPersistRepositoryFixture implements Cluster
     
     @Override
     public void watch(final String key, final DataChangedEventListener listener, final Executor executor) {
-    
     }
     
     @Override
diff --git a/proxy/bootstrap/src/test/java/org/apache/shardingsphere/proxy/fixture/ClusterPersistRepositoryFixture.java b/proxy/bootstrap/src/test/java/org/apache/shardingsphere/proxy/fixture/ClusterPersistRepositoryFixture.java
index 8c76aa07cdd..f71edcdff48 100644
--- a/proxy/bootstrap/src/test/java/org/apache/shardingsphere/proxy/fixture/ClusterPersistRepositoryFixture.java
+++ b/proxy/bootstrap/src/test/java/org/apache/shardingsphere/proxy/fixture/ClusterPersistRepositoryFixture.java
@@ -44,12 +44,10 @@ public final class ClusterPersistRepositoryFixture implements ClusterPersistRepo
     
     @Override
     public void addCacheData(final String cachePath) {
-        
     }
     
     @Override
     public void evictCacheData(final String cachePath) {
-        
     }
     
     @Override
diff --git a/test/integration-driver-test/src/test/java/org/apache/shardingsphere/driver/fixture/TestClusterPersistRepository.java b/test/integration-driver-test/src/test/java/org/apache/shardingsphere/driver/fixture/TestClusterPersistRepository.java
index 5e7d6aa3865..cf5d31e9c66 100644
--- a/test/integration-driver-test/src/test/java/org/apache/shardingsphere/driver/fixture/TestClusterPersistRepository.java
+++ b/test/integration-driver-test/src/test/java/org/apache/shardingsphere/driver/fixture/TestClusterPersistRepository.java
@@ -67,7 +67,6 @@ public final class TestClusterPersistRepository implements ClusterPersistReposit
     
     @Override
     public void updateInTransaction(final String key, final String value) {
-    
     }
     
     @Override
@@ -133,7 +132,6 @@ public final class TestClusterPersistRepository implements ClusterPersistReposit
     
     @Override
     public void watch(final String key, final DataChangedEventListener listener, final Executor executor) {
-    
     }
     
     @Override