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/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new 95c733373c CAUSEWAY-3404: fixes prev. commit
95c733373c is described below

commit 95c733373c6800035550bd1e7fd0a1a168f51032
Author: Andi Huber <[email protected]>
AuthorDate: Mon Mar 4 07:54:03 2024 +0100

    CAUSEWAY-3404: fixes prev. commit
---
 viewers/commons/applib/src/main/java/module-info.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/viewers/commons/applib/src/main/java/module-info.java 
b/viewers/commons/applib/src/main/java/module-info.java
index 41e0086fd1..c75f9e1d60 100644
--- a/viewers/commons/applib/src/main/java/module-info.java
+++ b/viewers/commons/applib/src/main/java/module-info.java
@@ -23,7 +23,6 @@ module org.apache.causeway.viewer.commons.applib {
     exports org.apache.causeway.viewer.commons.applib.services.menu;
     exports org.apache.causeway.viewer.commons.applib;
     exports org.apache.causeway.viewer.commons.applib.mixins;
-    exports org.apache.causeway.viewer.commons.applib.services.tabular;
 
     requires java.inject;
     requires lombok;

Reply via email to