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 4e08cd4677 CAUSEWAY-3619: polishing: remove dead code 4e08cd4677 is described below commit 4e08cd4677e5fee84d90cd81b7f79b864a264c32 Author: Andi Huber <ahu...@apache.org> AuthorDate: Fri Sep 29 11:35:20 2023 +0200 CAUSEWAY-3619: polishing: remove dead code --- .../metamodel/services/grid/bootstrap/GridSystemServiceBootstrap.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/metamodel/src/main/java/org/apache/causeway/core/metamodel/services/grid/bootstrap/GridSystemServiceBootstrap.java b/core/metamodel/src/main/java/org/apache/causeway/core/metamodel/services/grid/bootstrap/GridSystemServiceBootstrap.java index 4bbfb40806..5a80c3aa7e 100644 --- a/core/metamodel/src/main/java/org/apache/causeway/core/metamodel/services/grid/bootstrap/GridSystemServiceBootstrap.java +++ b/core/metamodel/src/main/java/org/apache/causeway/core/metamodel/services/grid/bootstrap/GridSystemServiceBootstrap.java @@ -123,8 +123,7 @@ extends GridSystemServiceAbstract<BSGrid> { final CausewaySystemEnvironment causewaySystemEnvironment, final List<FallbackLayoutDataSource> fallbackLayoutDataSources) { super(specificationLoader, translationService, jaxbService, messageService, causewaySystemEnvironment); - this.fallbackLayoutDataSources = Can.ofCollection(fallbackLayoutDataSources) - .add(null); + this.fallbackLayoutDataSources = Can.ofCollection(fallbackLayoutDataSources); } @Override