This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new 206f24c8335 remove unused import (from prev. commit)
206f24c8335 is described below
commit 206f24c83358b84641104bb8fa150d0f8c2847db
Author: Andi Huber <[email protected]>
AuthorDate: Mon Jun 16 17:18:47 2025 +0200
remove unused import (from prev. commit)
---
.../src/test/java/org/apache/causeway/commons/graph/GraphUtilsTest.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/commons/src/test/java/org/apache/causeway/commons/graph/GraphUtilsTest.java
b/commons/src/test/java/org/apache/causeway/commons/graph/GraphUtilsTest.java
index 1016dd649f6..e64045d45b9 100644
---
a/commons/src/test/java/org/apache/causeway/commons/graph/GraphUtilsTest.java
+++
b/commons/src/test/java/org/apache/causeway/commons/graph/GraphUtilsTest.java
@@ -18,9 +18,7 @@
*/
package org.apache.causeway.commons.graph;
-import java.text.NumberFormat;
import java.util.Comparator;
-
import java.util.Locale;
import org.junit.jupiter.api.Test;