You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/03/03 04:54:28 UTC

[causeway] branch spring6 updated: CAUSEWAY-3275: post merge fix

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

ahuber pushed a commit to branch spring6
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/spring6 by this push:
     new 966c935509 CAUSEWAY-3275: post merge fix
966c935509 is described below

commit 966c93550992203e0f496b14b119edd90d8cdb6b
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Mar 3 05:54:25 2023 +0100

    CAUSEWAY-3275: post merge fix
---
 .../xxxUiEvent/DomainObjectLayoutXxxUiEventService.java                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/xxxUiEvent/DomainObjectLayoutXxxUiEventService.java b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/xxxUiEvent/DomainObjectLayoutXxxUiEventService.java
index 45af1c5136..23378f08e3 100644
--- a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/xxxUiEvent/DomainObjectLayoutXxxUiEventService.java
+++ b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObjectLayout/xxxUiEvent/DomainObjectLayoutXxxUiEventService.java
@@ -18,7 +18,7 @@
  */
 package demoapp.dom.domain.objects.DomainObjectLayout.xxxUiEvent;
 
-import javax.inject.Named;
+import jakarta.inject.Named;
 
 import org.springframework.context.event.EventListener;
 import org.springframework.stereotype.Service;