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/12/21 07:29:42 UTC

[shardingsphere] branch master updated: For checkstyle (#23008)

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 dd73c0c3d61 For checkstyle (#23008)
dd73c0c3d61 is described below

commit dd73c0c3d6160b6267ef2214af8e1bc53aeb11ca
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Wed Dec 21 15:29:33 2022 +0800

    For checkstyle (#23008)
---
 .../org/apache/shardingsphere/agent/core/util/ReflectionUtilTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/agent/core/src/test/java/org/apache/shardingsphere/agent/core/util/ReflectionUtilTest.java b/agent/core/src/test/java/org/apache/shardingsphere/agent/core/util/ReflectionUtilTest.java
index 98e61bb262b..aa22aa2ee14 100644
--- a/agent/core/src/test/java/org/apache/shardingsphere/agent/core/util/ReflectionUtilTest.java
+++ b/agent/core/src/test/java/org/apache/shardingsphere/agent/core/util/ReflectionUtilTest.java
@@ -30,4 +30,4 @@ public final class ReflectionUtilTest {
         ReflectiveFixture reflectiveFixture = new ReflectiveFixture("foo");
         assertThat(ReflectionUtil.getFieldValue(reflectiveFixture, "value"), is(reflectiveFixture.getValue()));
     }
-}
\ No newline at end of file
+}