This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/master by this push:
new f69682574f ISIS-3276: removes unused class (left over from refactoring)
f69682574f is described below
commit f69682574fb336a9186d941477e0de60ec87bf8a
Author: Andi Huber <[email protected]>
AuthorDate: Mon Nov 14 12:43:45 2022 +0100
ISIS-3276: removes unused class (left over from refactoring)
---
commons/src/test/java/org/apache/causeway/commons/X.java | 5 -----
1 file changed, 5 deletions(-)
diff --git a/commons/src/test/java/org/apache/causeway/commons/X.java
b/commons/src/test/java/org/apache/causeway/commons/X.java
deleted file mode 100644
index 37f6e5d4c7..0000000000
--- a/commons/src/test/java/org/apache/causeway/commons/X.java
+++ /dev/null
@@ -1,5 +0,0 @@
-package org.apache.causeway.commons;
-
-public class X {
-
-}