You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/02/10 01:13:25 UTC

[shardingsphere] branch master updated: Fixed ci (#15330)

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

duanzhengqiang 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 ec2f912  Fixed ci (#15330)
ec2f912 is described below

commit ec2f912ea0c6f3aaae4bb10f27d9c25d85cc0a17
Author: zhaojinchao <33...@users.noreply.github.com>
AuthorDate: Thu Feb 10 09:09:25 2022 +0800

    Fixed ci (#15330)
---
 .../test/integration/framework/container/ShardingSphereContainers.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/framework/container/ShardingSphereContainers.java b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/framework/container/ShardingSphereContainers.java
index 432a326..1b53b73 100644
--- a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/framework/container/ShardingSphereContainers.java
+++ b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/framework/container/ShardingSphereContainers.java
@@ -48,6 +48,7 @@ public final class ShardingSphereContainers implements AutoCloseable {
      * @param container container to be registered
      * @param hostname container hostname
      * @param <T> type of ShardingSphere container
+     * @return register container
      */
     public <T extends ShardingSphereContainer> T registerContainer(final T container, final String hostname) {
         container.setNetwork(network);