You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by th...@apache.org on 2022/02/02 20:21:44 UTC

[wicket] branch wicket-9.x updated: WICKET-6952 Resolve compilation error

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

theigl pushed a commit to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-9.x by this push:
     new c424e05  WICKET-6952 Resolve compilation error
c424e05 is described below

commit c424e05b367dde0b083856a8ebbacd021d91e87d
Author: Thomas Heigl <th...@gmail.com>
AuthorDate: Wed Feb 2 21:21:21 2022 +0100

    WICKET-6952 Resolve compilation error
---
 .../src/test/java/org/apache/wicket/util/string/StringsTest.java        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/wicket-util/src/test/java/org/apache/wicket/util/string/StringsTest.java b/wicket-util/src/test/java/org/apache/wicket/util/string/StringsTest.java
index db93329..2f0f851 100644
--- a/wicket-util/src/test/java/org/apache/wicket/util/string/StringsTest.java
+++ b/wicket-util/src/test/java/org/apache/wicket/util/string/StringsTest.java
@@ -24,6 +24,8 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
 import java.lang.reflect.Field;
+import java.lang.reflect.Method;
+import java.lang.reflect.Modifier;
 import java.util.Arrays;
 import java.util.List;