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/24 05:22:29 UTC

[causeway] branch master updated: CAUSEWAY-2485: removes warning suppression not known to eclipse

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 74f9113b15 CAUSEWAY-2485: removes warning suppression not known to eclipse
74f9113b15 is described below

commit 74f9113b15639578860dc1bd8a738f5f4ed95f3a
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Mar 24 06:22:24 2023 +0100

    CAUSEWAY-2485: removes warning suppression not known to eclipse
---
 .../demoapp/dom/domain/objects/DomainObject/aliased/Customer.java | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObject/aliased/Customer.java b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObject/aliased/Customer.java
index da482bd3f9..9e22a3bc68 100644
--- a/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObject/aliased/Customer.java
+++ b/examples/demo/domain/src/main/java/demoapp/dom/domain/objects/DomainObject/aliased/Customer.java
@@ -18,18 +18,16 @@
  */
 package demoapp.dom.domain.objects.DomainObject.aliased;
 
-import demoapp.dom._infra.asciidocdesc.HasAsciiDocDescription;
-import demoapp.dom._infra.values.ValueHolder;
-
 import javax.inject.Inject;
 import javax.inject.Named;
 
 import org.apache.causeway.applib.annotation.DomainObject;
 import org.apache.causeway.applib.annotation.Property;
-import org.apache.causeway.applib.annotation.Title;
 import org.apache.causeway.applib.services.bookmark.BookmarkService;
 
-@SuppressWarnings("CdiManagedBeanInconsistencyInspection")
+import demoapp.dom._infra.asciidocdesc.HasAsciiDocDescription;
+import demoapp.dom._infra.values.ValueHolder;
+
 @Named("demo.party.Customer")                   // <.>
 @DomainObject(
         aliased = {"demo.customer.Customer"}    // <.>