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

[shardingsphere] branch master updated: Add javadoc for RunnerParameters (#9475)

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

panjuan 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 444e445  Add javadoc for RunnerParameters (#9475)
444e445 is described below

commit 444e4456f9633d328fbd22d64aa7f7cd2ed2328c
Author: Liang Zhang <te...@163.com>
AuthorDate: Tue Feb 23 19:17:07 2021 +0800

    Add javadoc for RunnerParameters (#9475)
---
 .../test/integration/engine/param/RunnerParameters.java              | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/engine/param/RunnerParameters.java b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/engine/param/RunnerParameters.java
index d46b80a..c66c6ae 100644
--- a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/engine/param/RunnerParameters.java
+++ b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/engine/param/RunnerParameters.java
@@ -31,6 +31,11 @@ public final class RunnerParameters {
     
     private final Runnable childStatement;
     
+    /**
+     * Get runner parameters.
+     * 
+     * @return runner parameters
+     */
     @SneakyThrows(ReflectiveOperationException.class)
     public Object[] getRunnerParameters() {
         Field parametersField = BlockJUnit4ClassRunnerWithParameters.class.getDeclaredField("parameters");