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 59b06d4bce3 Refactor : remove container id variable (#31391)
59b06d4bce3 is described below

commit 59b06d4bce395ead0e42f9bcbd5dacb841ebe8af
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Sat May 25 23:01:20 2024 +0800

    Refactor : remove container id variable (#31391)
---
 .../test/e2e/env/container/atomic/util/ContainerUtils.java              | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/util/ContainerUtils.java
 
b/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/util/ContainerUtils.java
index 6f16d909439..7143c302804 100644
--- 
a/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/util/ContainerUtils.java
+++ 
b/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/util/ContainerUtils.java
@@ -30,8 +30,6 @@ public final class ContainerUtils {
     
     private static final AtomicInteger ATOMIC_MYSQL_SERVER_ID = new 
AtomicInteger(1);
     
-    private static final AtomicInteger ATOMIC_STORAGE_CONTAINER_ID = new 
AtomicInteger(1);
-    
     /**
      * Generate a unique MySQL server id.
      *

Reply via email to